#A2E9B6

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

Shades of Fringy Flower #A2E9B6

Tints of Fringy Flower #A2E9B6

Color information

#A2E9B6 (or 0xA2E9B6) is unknown color: approx Fringy Flower. HEX triplet: A2, E9 and B6. RGB value is (162,233,182). Sum of RGB (Red+Green+Blue) = 162+233+182=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9B6 is #5D1649. Grayscale: #CECECE. Windows color (decimal): -6100554 or 11987362. OLE color: 11987362.

HSL color Cylindrical-coordinate representation of color #A2E9B6: hue angle of 136.9º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9B6 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB162233182-
CMYK0.3000.220.09
HSL136.9º61.74%77.45%-
HSV(B)136.9º30.47%91.37%-
XYZ52.4869.3454.87-
YUV205.96114.4896.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.08%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=28.08%
G=40.38%
B=31.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622331820.3000.220.09136.961.7477.45
HexA2E9B61E0169893e4d
Octal242351266360261121176115
Binary101000101110100110110110111100101101001100010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E9B6; }

 p { color: rgb(162,233,182); }

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

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

 a { background-color: rgb(162,233,182); }

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

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

 span { border-color: rgb(162,233,182); }

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