Shades of Pale Green #A2F997
Tints of Pale Green #A2F997
RGB
CMYK
RGB Variations
Color information
#A2F997 (or 0xA2F997) is known color: Pale Green. HEX triplet: A2, F9 and 97. RGB value is (162,249,151). Sum of RGB (Red+Green+Blue) = 162+249+151=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F997 is #5D0668. Grayscale: #D4D4D4. Windows color (decimal): -6096489 or 9959842. OLE color: 9959842.
HSL color Cylindrical-coordinate representation of color #A2F997: hue angle of 113.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2F997 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 151 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.02 |
| HSL | 113.27º | 0.89% | 0.78% | - |
| HSV(B) | 113.27º | 0.39% | 0.98% | - |
| XYZ | 54.36 | 77.67 | 41.4 | - |
| YUV | 211.82 | 93.68 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 151 | 0.35 | 0 | 0.39 | 0.02 | 113.27 | 0.89 | 0.78 |
| Hex | A2 | F9 | 97 | 23 | 0 | 27 | 2 | 71 | 59 | 4E |
| Octal | 242 | 371 | 227 | 43 | 0 | 47 | 2 | 161 | 131 | 116 |
| Binary | 10100010 | 11111001 | 10010111 | 100011 | 0 | 100111 | 10 | 1110001 | 1011001 | 1001110 |
Color Harmonies of #A2F997
Complementary color
Monochromatic Colors of #A2F997
Black with #A2F997
Text Example
Text Example
White with #A2F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F997; }
p { color: rgb(162,249,151); }
H1.HeaderClassName
{
color: #A2F997;
}
.AnyTagClassName
{
color: #A2F997;
}
</style>
background-color css
<style>
a { background-color: #A2F997; }
a { background-color: rgb(162,249,151); }
div.DivClassName
{
background-color: #A2F997;
}
.BgClassName
{
background-color: #A2F997;
}
</style>
border-color css
<style>
span { border-color: #A2F997; }
span { border-color: rgb(162,249,151); }
td.TdClassName
{
border-color: #A2F997;
}
.TagClassName
{
border-color: #A2F997;
}
</style>