Shades of Pale Green #A2FC9F
Tints of Pale Green #A2FC9F
RGB
CMYK
RGB Variations
Color information
#A2FC9F (or 0xA2FC9F) is known color: Pale Green. HEX triplet: A2, FC and 9F. RGB value is (162,252,159). Sum of RGB (Red+Green+Blue) = 162+252+159=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FC9F is #5D0360. Grayscale: #D6D6D6. Windows color (decimal): -6095713 or 10484898. OLE color: 10484898.
HSL color Cylindrical-coordinate representation of color #A2FC9F: hue angle of 118.06º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2FC9F is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 162 | 252 | 159 | - |
CMYK | 0.36 | 0 | 0.37 | 0.01 |
HSL | 118.06º | 0.94% | 0.81% | - |
HSV(B) | 118.06º | 0.37% | 0.99% | - |
XYZ | 55.97 | 79.81 | 45.26 | - |
YUV | 214.49 | 96.68 | 90.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 252 | 159 | 0.36 | 0 | 0.37 | 0.01 | 118.06 | 0.94 | 0.81 |
Hex | A2 | FC | 9F | 24 | 0 | 25 | 1 | 76 | 5E | 51 |
Octal | 242 | 374 | 237 | 44 | 0 | 45 | 1 | 166 | 136 | 121 |
Binary | 10100010 | 11111100 | 10011111 | 100100 | 0 | 100101 | 1 | 1110110 | 1011110 | 1010001 |
Color Harmonies of #A2FC9F
Complementary color
Monochromatic Colors of #A2FC9F
Black with #A2FC9F
Text Example
Text Example
White with #A2FC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FC9F; }
p { color: rgb(162,252,159); }
H1.HeaderClassName
{
color: #A2FC9F;
}
.AnyTagClassName
{
color: #A2FC9F;
}
</style>
background-color css
<style>
a { background-color: #A2FC9F; }
a { background-color: rgb(162,252,159); }
div.DivClassName
{
background-color: #A2FC9F;
}
.BgClassName
{
background-color: #A2FC9F;
}
</style>
border-color css
<style>
span { border-color: #A2FC9F; }
span { border-color: rgb(162,252,159); }
td.TdClassName
{
border-color: #A2FC9F;
}
.TagClassName
{
border-color: #A2FC9F;
}
</style>