COLOR #A5F190

HEX: #A5F190
RGB: (165,241,144)

Renk bilgisi

#A5F190 contains mainly green color. #A5F190 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A5F190 color RGB value is (165,241,144).

  • kırmız ton 165;
  • yeşil ton 241;
  • mavi ton 144.
RGB:
(165,241,144)
(65%,95%,56%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 241 of 255 = 95%
B 144 of 255 = 56%

165
241
144

R + G + B ~ 72%. #A5F190 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 241 + 144 = 550 (100%)
R 165 of 550 ~ 30%
G 241 of 550 ~ 43.82%
B 144 of 550 ~ 26.18%

%30
%43.82
%26.18

CMYK RENK MODELİ

#A5F190 rengi CMYK tonu (32,0,40,5).

  • camgöbeği tonu 31.54%
  • eflatun tonu 0.00%
  • sarı tonu 40.25%
  • ana renk tonu 5.49%
CMYK:
(32,0,40,5)
C32M0Y40K5 
(32%,0%,40%,5%)
(0.32/0.00/0.40/0.05)	

CMYK yüzdeleri

%31.54
%0
%40.25
%5.49

Codes

Color #A5F190 in popluar color models

A5F190
RGB165241144
HSL107°77.60%75.49%
HSB/HSV107°40.25%94.51%
CMYK31.54%0.00%40.25%
5.49%

Color #A5F190 in popluar number systems.

HEXA5F190
Decimal165241144
Binary101001011111000110010000
Octal245361220

Shades and tints

Shades of #A5F190

#A5F190
(165,241,144)
#96DC83
(150,220,131)
#87C776
(135,199,118)
#78B269
(120,178,105)
#699D5C
(105,157,92)
#5A884F
(90,136,79)
#4B7342
(75,115,66)
#3C5E35
(60,94,53)
#2D4928
(45,73,40)
#1E341B
(30,52,27)
#0F1F0E
(15,31,14)
#000000
(0,0,0)

Tints of #A5F190

#A5F190
(165,241,144)
#ADF29A
(173,242,154)
#B5F3A4
(181,243,164)
#BDF4AE
(189,244,174)
#C5F5B8
(197,245,184)
#CDF6C2
(205,246,194)
#D5F7CC
(213,247,204)
#DDF8D6
(221,248,214)
#E5F9E0
(229,249,224)
#EDFAEA
(237,250,234)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F190 color. Also use rgb(165,241,144) instead hex code.

Text Font Color

.myTextColor { color: #A5F190; }

<p style="color:#A5F190">This sample text font color is #A5F190.</p>

This text font color is #A5F190.


Background Color

.myBgColor { background-color: #A5F190; }

<div style="background-color:#A5F190">Inner text</div>

This div background color is #A5F190.


Border color

.myBorderColor { border: 1px solid #A5F190; }

<div style="border:3px solid #A5F190">Div</div>

This div border color is #A5F190.


Opacity

.myOpacity80 { color: #A5F190; opacity: 0.8; }

<p style="color:#A5F190;opacity:0.8;">80%</p>

Text with #A5F190 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5F190;}

<p style="text-shadow: 3px 3px 1px #A5F190">Text here.</p>

This text has shadow with #A5F190 color.

.textShadow {text-shadow: 3px 3px 1px #A5F190, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5F190, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5F190 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5F190, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5F190, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5F190 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5F190;
  -webkit-box-shadow:	1px 1px 3px 2px #A5F190;
  box-shadow:		1px 1px 3px 2px #A5F190;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5F190;
-webkit-box-shadow: 1px 1px 3px 2px #A5F190;
box-shadow:1px 1px 3px 2px #A5F190;">
Div content here</div>
This div box has shadow with color #A5F190.

Preview

Color preview on black background

This text has color #A5F190 on black background.


Color preview on white background

This text has color #A5F190 on white background.



Black color preview on #A5F190 background

This text has black color on #A5F190 background.


White color preview on #A5F190 background

This text has white color on #A5F190 background.