Shades of Pale Green #A2EF9E
Tints of Pale Green #A2EF9E
RGB
CMYK
RGB Variations
Color information
#A2EF9E (or 0xA2EF9E) is known color: Pale Green. HEX triplet: A2, EF and 9E. RGB value is (162,239,158). Sum of RGB (Red+Green+Blue) = 162+239+158=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF9E is #5D1061. Grayscale: #CECECE. Windows color (decimal): -6099042 or 10416034. OLE color: 10416034.
HSL color Cylindrical-coordinate representation of color #A2EF9E: hue angle of 117.04º degrees, saturation: 0.72, 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 #A2EF9E is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 158 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.06 |
| HSL | 117.04º | 0.72% | 0.78% | - |
| HSV(B) | 117.04º | 0.34% | 0.94% | - |
| XYZ | 51.94 | 71.88 | 43.49 | - |
| YUV | 206.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 158 | 0.32 | 0 | 0.34 | 0.06 | 117.04 | 0.72 | 0.78 |
| Hex | A2 | EF | 9E | 20 | 0 | 22 | 6 | 75 | 48 | 4E |
| Octal | 242 | 357 | 236 | 40 | 0 | 42 | 6 | 165 | 110 | 116 |
| Binary | 10100010 | 11101111 | 10011110 | 100000 | 0 | 100010 | 110 | 1110101 | 1001000 | 1001110 |
Color Harmonies of #A2EF9E
Complementary color
Monochromatic Colors of #A2EF9E
Black with #A2EF9E
Text Example
Text Example
White with #A2EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF9E; }
p { color: rgb(162,239,158); }
H1.HeaderClassName
{
color: #A2EF9E;
}
.AnyTagClassName
{
color: #A2EF9E;
}
</style>
background-color css
<style>
a { background-color: #A2EF9E; }
a { background-color: rgb(162,239,158); }
div.DivClassName
{
background-color: #A2EF9E;
}
.BgClassName
{
background-color: #A2EF9E;
}
</style>
border-color css
<style>
span { border-color: #A2EF9E; }
span { border-color: rgb(162,239,158); }
td.TdClassName
{
border-color: #A2EF9E;
}
.TagClassName
{
border-color: #A2EF9E;
}
</style>