#A2F2B8

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

Shades of Fringy Flower #A2F2B8

Tints of Fringy Flower #A2F2B8

Color information

#A2F2B8 (or 0xA2F2B8) is unknown color: approx Fringy Flower. HEX triplet: A2, F2 and B8. RGB value is (162,242,184). Sum of RGB (Red+Green+Blue) = 162+242+184=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2B8 is #5D0D47. Grayscale: #D3D3D3. Windows color (decimal): -6098248 or 12120738. OLE color: 12120738.

HSL color Cylindrical-coordinate representation of color #A2F2B8: hue angle of 136.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2B8 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB162242184-
CMYK0.3300.240.05
HSL136.5º75.47%79.22%-
HSV(B)136.5º33.06%94.9%-
XYZ55.374.6556.84-
YUV211.47112.592.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=27.55%
G=41.16%
B=31.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622421840.3300.240.05136.575.4779.22
HexA2F2B8210185884b4f
Octal242362270410305210113117
Binary1010001011110010101110001000010110001011000100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F2B8; }

 p { color: rgb(162,242,184); }

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

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

 a { background-color: rgb(162,242,184); }

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

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

 span { border-color: rgb(162,242,184); }

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