#A2FCB9

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

Shades of Fringy Flower #A2FCB9

Tints of Fringy Flower #A2FCB9

Color information

#A2FCB9 (or 0xA2FCB9) is unknown color: approx Fringy Flower. HEX triplet: A2, FC and B9. RGB value is (162,252,185). Sum of RGB (Red+Green+Blue) = 162+252+185=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCB9 is #5D0346. Grayscale: #D9D9D9. Windows color (decimal): -6095687 or 12188834. OLE color: 12188834.

HSL color Cylindrical-coordinate representation of color #A2FCB9: hue angle of 135.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCB9 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB162252185-
CMYK0.3600.270.01
HSL135.33º93.75%81.18%-
HSV(B)135.33º35.71%98.82%-
XYZ58.4780.858.41-
YUV217.45109.6888.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.05%
GREEN value IS 252 (98.83% from 255) = 42.07%
BLUE value IS 185 (72.66% from 255) = 30.88%
R=27.05%
G=42.07%
B=30.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622521850.3600.270.01135.3393.7581.18
HexA2FCB92401B1875e51
Octal242374271440331207136121
Binary10100010111111001011100110010001101111000011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCB9; }

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

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

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

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

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

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

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

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