Shades of Pale Green #A2F197
Tints of Pale Green #A2F197
RGB
CMYK
RGB Variations
Color information
#A2F197 (or 0xA2F197) is known color: Pale Green. HEX triplet: A2, F1 and 97. RGB value is (162,241,151). Sum of RGB (Red+Green+Blue) = 162+241+151=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F197 is #5D0E68. Grayscale: #CFCFCF. Windows color (decimal): -6098537 or 9957794. OLE color: 9957794.
HSL color Cylindrical-coordinate representation of color #A2F197: hue angle of 112.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2F197 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 151 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.05 |
| HSL | 112.67º | 0.76% | 0.77% | - |
| HSV(B) | 112.67º | 0.37% | 0.95% | - |
| XYZ | 51.94 | 72.83 | 40.6 | - |
| YUV | 207.12 | 96.33 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 151 | 0.33 | 0 | 0.37 | 0.05 | 112.67 | 0.76 | 0.77 |
| Hex | A2 | F1 | 97 | 21 | 0 | 25 | 5 | 71 | 4C | 4D |
| Octal | 242 | 361 | 227 | 41 | 0 | 45 | 5 | 161 | 114 | 115 |
| Binary | 10100010 | 11110001 | 10010111 | 100001 | 0 | 100101 | 101 | 1110001 | 1001100 | 1001101 |
Color Harmonies of #A2F197
Complementary color
Monochromatic Colors of #A2F197
Black with #A2F197
Text Example
Text Example
White with #A2F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F197; }
p { color: rgb(162,241,151); }
H1.HeaderClassName
{
color: #A2F197;
}
.AnyTagClassName
{
color: #A2F197;
}
</style>
background-color css
<style>
a { background-color: #A2F197; }
a { background-color: rgb(162,241,151); }
div.DivClassName
{
background-color: #A2F197;
}
.BgClassName
{
background-color: #A2F197;
}
</style>
border-color css
<style>
span { border-color: #A2F197; }
span { border-color: rgb(162,241,151); }
td.TdClassName
{
border-color: #A2F197;
}
.TagClassName
{
border-color: #A2F197;
}
</style>