#A2EAB9

Color #A2EAB9 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A2EAB9

Tints of Fringy Flower #A2EAB9

Color information

#A2EAB9 (or 0xA2EAB9) is unknown color: approx Fringy Flower. HEX triplet: A2, EA and B9. RGB value is (162,234,185). Sum of RGB (Red+Green+Blue) = 162+234+185=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAB9 is #5D1546. Grayscale: #CFCFCF. Windows color (decimal): -6100295 or 12184226. OLE color: 12184226.

HSL color Cylindrical-coordinate representation of color #A2EAB9: hue angle of 139.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB162234185-
CMYK0.3100.210.08
HSL139.17º63.16%77.65%-
HSV(B)139.17º30.77%91.76%-
XYZ53.0870.0356.62-
YUV206.89115.6595.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=27.88%
G=40.28%
B=31.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622341850.3100.210.08139.1763.1677.65
HexA2EAB91F01588b3f4e
Octal242352271370251021377116
Binary101000101110101010111001111110101011000100010111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EAB9; }

 p { color: rgb(162,234,185); }

 H1.HeaderClassName
 {
   color: #A2EAB9;
 }
 .AnyTagClassName
 {
   color: #A2EAB9;
 }
</style>
background-color css

<style>
 a { background-color: #A2EAB9; }

 a { background-color: rgb(162,234,185); }

 div.DivClassName
 {
   background-color: #A2EAB9;
 }
 .BgClassName
 {
   background-color: #A2EAB9;
 }
</style>
border-color css

<style>
 span { border-color: #A2EAB9; }

 span { border-color: rgb(162,234,185); }

 td.TdClassName
 {
   border-color: #A2EAB9;
 }
 .TagClassName
 {
   border-color: #A2EAB9;
 }
</style>