Shades of Pale Green #A2F696
Tints of Pale Green #A2F696
RGB
CMYK
RGB Variations
Color information
#A2F696 (or 0xA2F696) is known color: Pale Green. HEX triplet: A2, F6 and 96. RGB value is (162,246,150). Sum of RGB (Red+Green+Blue) = 162+246+150=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F696 is #5D0969. Grayscale: #D2D2D2. Windows color (decimal): -6097258 or 9893538. OLE color: 9893538.
HSL color Cylindrical-coordinate representation of color #A2F696: hue angle of 112.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2F696 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 150 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.04 |
| HSL | 112.5º | 0.84% | 0.78% | - |
| HSV(B) | 112.5º | 0.39% | 0.96% | - |
| XYZ | 53.36 | 75.79 | 40.67 | - |
| YUV | 209.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 150 | 0.34 | 0 | 0.39 | 0.04 | 112.5 | 0.84 | 0.78 |
| Hex | A2 | F6 | 96 | 22 | 0 | 27 | 4 | 70 | 54 | 4E |
| Octal | 242 | 366 | 226 | 42 | 0 | 47 | 4 | 160 | 124 | 116 |
| Binary | 10100010 | 11110110 | 10010110 | 100010 | 0 | 100111 | 100 | 1110000 | 1010100 | 1001110 |
Color Harmonies of #A2F696
Complementary color
Monochromatic Colors of #A2F696
Black with #A2F696
Text Example
Text Example
White with #A2F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F696; }
p { color: rgb(162,246,150); }
H1.HeaderClassName
{
color: #A2F696;
}
.AnyTagClassName
{
color: #A2F696;
}
</style>
background-color css
<style>
a { background-color: #A2F696; }
a { background-color: rgb(162,246,150); }
div.DivClassName
{
background-color: #A2F696;
}
.BgClassName
{
background-color: #A2F696;
}
</style>
border-color css
<style>
span { border-color: #A2F696; }
span { border-color: rgb(162,246,150); }
td.TdClassName
{
border-color: #A2F696;
}
.TagClassName
{
border-color: #A2F696;
}
</style>