Shades of Pale Green #A2F597
Tints of Pale Green #A2F597
RGB
CMYK
RGB Variations
Color information
#A2F597 (or 0xA2F597) is known color: Pale Green. HEX triplet: A2, F5 and 97. RGB value is (162,245,151). Sum of RGB (Red+Green+Blue) = 162+245+151=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F597 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F597 is #5D0A68. Grayscale: #D1D1D1. Windows color (decimal): -6097513 or 9958818. OLE color: 9958818.
HSL color Cylindrical-coordinate representation of color #A2F597: hue angle of 112.98º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2F597 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 151 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.04 |
| HSL | 112.98º | 0.82% | 0.78% | - |
| HSV(B) | 112.98º | 0.38% | 0.96% | - |
| XYZ | 53.14 | 75.22 | 41 | - |
| YUV | 209.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 151 | 0.34 | 0 | 0.38 | 0.04 | 112.98 | 0.82 | 0.78 |
| Hex | A2 | F5 | 97 | 22 | 0 | 26 | 4 | 71 | 52 | 4E |
| Octal | 242 | 365 | 227 | 42 | 0 | 46 | 4 | 161 | 122 | 116 |
| Binary | 10100010 | 11110101 | 10010111 | 100010 | 0 | 100110 | 100 | 1110001 | 1010010 | 1001110 |
Color Harmonies of #A2F597
Complementary color
Monochromatic Colors of #A2F597
Black with #A2F597
Text Example
Text Example
White with #A2F597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F597; }
p { color: rgb(162,245,151); }
H1.HeaderClassName
{
color: #A2F597;
}
.AnyTagClassName
{
color: #A2F597;
}
</style>
background-color css
<style>
a { background-color: #A2F597; }
a { background-color: rgb(162,245,151); }
div.DivClassName
{
background-color: #A2F597;
}
.BgClassName
{
background-color: #A2F597;
}
</style>
border-color css
<style>
span { border-color: #A2F597; }
span { border-color: rgb(162,245,151); }
td.TdClassName
{
border-color: #A2F597;
}
.TagClassName
{
border-color: #A2F597;
}
</style>