Shades of Pale Green #A2F09E
Tints of Pale Green #A2F09E
RGB
CMYK
RGB Variations
Color information
#A2F09E (or 0xA2F09E) is known color: Pale Green. HEX triplet: A2, F0 and 9E. RGB value is (162,240,158). Sum of RGB (Red+Green+Blue) = 162+240+158=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F09E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F09E is #5D0F61. Grayscale: #CFCFCF. Windows color (decimal): -6098786 or 10416290. OLE color: 10416290.
HSL color Cylindrical-coordinate representation of color #A2F09E: hue angle of 117.07º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F09E is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 158 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.06 |
| HSL | 117.07º | 0.73% | 0.78% | - |
| HSV(B) | 117.07º | 0.34% | 0.94% | - |
| XYZ | 52.23 | 72.47 | 43.58 | - |
| YUV | 207.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 158 | 0.32 | 0 | 0.34 | 0.06 | 117.07 | 0.73 | 0.78 |
| Hex | A2 | F0 | 9E | 20 | 0 | 22 | 6 | 75 | 49 | 4E |
| Octal | 242 | 360 | 236 | 40 | 0 | 42 | 6 | 165 | 111 | 116 |
| Binary | 10100010 | 11110000 | 10011110 | 100000 | 0 | 100010 | 110 | 1110101 | 1001001 | 1001110 |
Color Harmonies of #A2F09E
Complementary color
Monochromatic Colors of #A2F09E
Black with #A2F09E
Text Example
Text Example
White with #A2F09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F09E; }
p { color: rgb(162,240,158); }
H1.HeaderClassName
{
color: #A2F09E;
}
.AnyTagClassName
{
color: #A2F09E;
}
</style>
background-color css
<style>
a { background-color: #A2F09E; }
a { background-color: rgb(162,240,158); }
div.DivClassName
{
background-color: #A2F09E;
}
.BgClassName
{
background-color: #A2F09E;
}
</style>
border-color css
<style>
span { border-color: #A2F09E; }
span { border-color: rgb(162,240,158); }
td.TdClassName
{
border-color: #A2F09E;
}
.TagClassName
{
border-color: #A2F09E;
}
</style>