Shades of Pale Green #A2F59C
Tints of Pale Green #A2F59C
RGB
CMYK
RGB Variations
Color information
#A2F59C (or 0xA2F59C) is known color: Pale Green. HEX triplet: A2, F5 and 9C. RGB value is (162,245,156). Sum of RGB (Red+Green+Blue) = 162+245+156=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F59C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F59C is #5D0A63. Grayscale: #D2D2D2. Windows color (decimal): -6097508 or 10286498. OLE color: 10286498.
HSL color Cylindrical-coordinate representation of color #A2F59C: hue angle of 115.96º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2F59C is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 156 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.04 |
| HSL | 115.96º | 0.82% | 0.79% | - |
| HSV(B) | 115.96º | 0.36% | 0.96% | - |
| XYZ | 53.55 | 75.39 | 43.18 | - |
| YUV | 210.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 156 | 0.34 | 0 | 0.36 | 0.04 | 115.96 | 0.82 | 0.79 |
| Hex | A2 | F5 | 9C | 22 | 0 | 24 | 4 | 74 | 52 | 4F |
| Octal | 242 | 365 | 234 | 42 | 0 | 44 | 4 | 164 | 122 | 117 |
| Binary | 10100010 | 11110101 | 10011100 | 100010 | 0 | 100100 | 100 | 1110100 | 1010010 | 1001111 |
Color Harmonies of #A2F59C
Complementary color
Monochromatic Colors of #A2F59C
Black with #A2F59C
Text Example
Text Example
White with #A2F59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F59C; }
p { color: rgb(162,245,156); }
H1.HeaderClassName
{
color: #A2F59C;
}
.AnyTagClassName
{
color: #A2F59C;
}
</style>
background-color css
<style>
a { background-color: #A2F59C; }
a { background-color: rgb(162,245,156); }
div.DivClassName
{
background-color: #A2F59C;
}
.BgClassName
{
background-color: #A2F59C;
}
</style>
border-color css
<style>
span { border-color: #A2F59C; }
span { border-color: rgb(162,245,156); }
td.TdClassName
{
border-color: #A2F59C;
}
.TagClassName
{
border-color: #A2F59C;
}
</style>