Shades of Pale Green #A2FCAA
Tints of Pale Green #A2FCAA
RGB
CMYK
RGB Variations
Color information
#A2FCAA (or 0xA2FCAA) is known color: Pale Green. HEX triplet: A2, FC and AA. RGB value is (162,252,170). Sum of RGB (Red+Green+Blue) = 162+252+170=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FCAA is #5D0355. Grayscale: #D7D7D7. Windows color (decimal): -6095702 or 11205794. OLE color: 11205794.
HSL color Cylindrical-coordinate representation of color #A2FCAA: hue angle of 125.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 #A2FCAA is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 170 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.01 |
| HSL | 125.33º | 0.94% | 0.81% | - |
| HSV(B) | 125.33º | 0.36% | 0.99% | - |
| XYZ | 56.97 | 80.2 | 50.51 | - |
| YUV | 215.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 170 | 0.36 | 0 | 0.33 | 0.01 | 125.33 | 0.94 | 0.81 |
| Hex | A2 | FC | AA | 24 | 0 | 21 | 1 | 7D | 5E | 51 |
| Octal | 242 | 374 | 252 | 44 | 0 | 41 | 1 | 175 | 136 | 121 |
| Binary | 10100010 | 11111100 | 10101010 | 100100 | 0 | 100001 | 1 | 1111101 | 1011110 | 1010001 |
Color Harmonies of #A2FCAA
Complementary color
Monochromatic Colors of #A2FCAA
Black with #A2FCAA
Text Example
Text Example
White with #A2FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCAA; }
p { color: rgb(162,252,170); }
H1.HeaderClassName
{
color: #A2FCAA;
}
.AnyTagClassName
{
color: #A2FCAA;
}
</style>
background-color css
<style>
a { background-color: #A2FCAA; }
a { background-color: rgb(162,252,170); }
div.DivClassName
{
background-color: #A2FCAA;
}
.BgClassName
{
background-color: #A2FCAA;
}
</style>
border-color css
<style>
span { border-color: #A2FCAA; }
span { border-color: rgb(162,252,170); }
td.TdClassName
{
border-color: #A2FCAA;
}
.TagClassName
{
border-color: #A2FCAA;
}
</style>