Shades of Pale Green #A2F296
Tints of Pale Green #A2F296
RGB
CMYK
RGB Variations
Color information
#A2F296 (or 0xA2F296) is known color: Pale Green. HEX triplet: A2, F2 and 96. RGB value is (162,242,150). Sum of RGB (Red+Green+Blue) = 162+242+150=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F296 is #5D0D69. Grayscale: #CFCFCF. Windows color (decimal): -6098282 or 9892514. OLE color: 9892514.
HSL color Cylindrical-coordinate representation of color #A2F296: hue angle of 112.17º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2F296 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 150 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.05 |
| HSL | 112.17º | 0.78% | 0.77% | - |
| HSV(B) | 112.17º | 0.38% | 0.95% | - |
| XYZ | 52.16 | 73.39 | 40.27 | - |
| YUV | 207.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 150 | 0.33 | 0 | 0.38 | 0.05 | 112.17 | 0.78 | 0.77 |
| Hex | A2 | F2 | 96 | 21 | 0 | 26 | 5 | 70 | 4E | 4D |
| Octal | 242 | 362 | 226 | 41 | 0 | 46 | 5 | 160 | 116 | 115 |
| Binary | 10100010 | 11110010 | 10010110 | 100001 | 0 | 100110 | 101 | 1110000 | 1001110 | 1001101 |
Color Harmonies of #A2F296
Complementary color
Monochromatic Colors of #A2F296
Black with #A2F296
Text Example
Text Example
White with #A2F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F296; }
p { color: rgb(162,242,150); }
H1.HeaderClassName
{
color: #A2F296;
}
.AnyTagClassName
{
color: #A2F296;
}
</style>
background-color css
<style>
a { background-color: #A2F296; }
a { background-color: rgb(162,242,150); }
div.DivClassName
{
background-color: #A2F296;
}
.BgClassName
{
background-color: #A2F296;
}
</style>
border-color css
<style>
span { border-color: #A2F296; }
span { border-color: rgb(162,242,150); }
td.TdClassName
{
border-color: #A2F296;
}
.TagClassName
{
border-color: #A2F296;
}
</style>