Shades of Pale Green #A2FCAB
Tints of Pale Green #A2FCAB
RGB
CMYK
RGB Variations
Color information
#A2FCAB (or 0xA2FCAB) is known color: Pale Green. HEX triplet: A2, FC and AB. RGB value is (162,252,171). Sum of RGB (Red+Green+Blue) = 162+252+171=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FCAB is #5D0354. Grayscale: #D8D8D8. Windows color (decimal): -6095701 or 11271330. OLE color: 11271330.
HSL color Cylindrical-coordinate representation of color #A2FCAB: hue angle of 126º 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 #A2FCAB is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 171 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.01 |
| HSL | 126º | 0.94% | 0.81% | - |
| HSV(B) | 126º | 0.36% | 0.99% | - |
| XYZ | 57.06 | 80.24 | 51.01 | - |
| YUV | 215.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 171 | 0.36 | 0 | 0.32 | 0.01 | 126 | 0.94 | 0.81 |
| Hex | A2 | FC | AB | 24 | 0 | 20 | 1 | 7E | 5E | 51 |
| Octal | 242 | 374 | 253 | 44 | 0 | 40 | 1 | 176 | 136 | 121 |
| Binary | 10100010 | 11111100 | 10101011 | 100100 | 0 | 100000 | 1 | 1111110 | 1011110 | 1010001 |
Color Harmonies of #A2FCAB
Complementary color
Monochromatic Colors of #A2FCAB
Black with #A2FCAB
Text Example
Text Example
White with #A2FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCAB; }
p { color: rgb(162,252,171); }
H1.HeaderClassName
{
color: #A2FCAB;
}
.AnyTagClassName
{
color: #A2FCAB;
}
</style>
background-color css
<style>
a { background-color: #A2FCAB; }
a { background-color: rgb(162,252,171); }
div.DivClassName
{
background-color: #A2FCAB;
}
.BgClassName
{
background-color: #A2FCAB;
}
</style>
border-color css
<style>
span { border-color: #A2FCAB; }
span { border-color: rgb(162,252,171); }
td.TdClassName
{
border-color: #A2FCAB;
}
.TagClassName
{
border-color: #A2FCAB;
}
</style>