Shades of Pale Green #A2F59D
Tints of Pale Green #A2F59D
RGB
CMYK
RGB Variations
Color information
#A2F59D (or 0xA2F59D) is known color: Pale Green. HEX triplet: A2, F5 and 9D. RGB value is (162,245,157). Sum of RGB (Red+Green+Blue) = 162+245+157=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F59D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F59D is #5D0A62. Grayscale: #D2D2D2. Windows color (decimal): -6097507 or 10352034. OLE color: 10352034.
HSL color Cylindrical-coordinate representation of color #A2F59D: hue angle of 116.59º degrees, saturation: 0.81, 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 #A2F59D is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 157 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.04 |
| HSL | 116.59º | 0.81% | 0.79% | - |
| HSV(B) | 116.59º | 0.36% | 0.96% | - |
| XYZ | 53.64 | 75.42 | 43.63 | - |
| YUV | 210.15 | 98 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 157 | 0.34 | 0 | 0.36 | 0.04 | 116.59 | 0.81 | 0.79 |
| Hex | A2 | F5 | 9D | 22 | 0 | 24 | 4 | 75 | 51 | 4F |
| Octal | 242 | 365 | 235 | 42 | 0 | 44 | 4 | 165 | 121 | 117 |
| Binary | 10100010 | 11110101 | 10011101 | 100010 | 0 | 100100 | 100 | 1110101 | 1010001 | 1001111 |
Color Harmonies of #A2F59D
Complementary color
Monochromatic Colors of #A2F59D
Black with #A2F59D
Text Example
Text Example
White with #A2F59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F59D; }
p { color: rgb(162,245,157); }
H1.HeaderClassName
{
color: #A2F59D;
}
.AnyTagClassName
{
color: #A2F59D;
}
</style>
background-color css
<style>
a { background-color: #A2F59D; }
a { background-color: rgb(162,245,157); }
div.DivClassName
{
background-color: #A2F59D;
}
.BgClassName
{
background-color: #A2F59D;
}
</style>
border-color css
<style>
span { border-color: #A2F59D; }
span { border-color: rgb(162,245,157); }
td.TdClassName
{
border-color: #A2F59D;
}
.TagClassName
{
border-color: #A2F59D;
}
</style>