Shades of Pale Green #9EF2A2
Tints of Pale Green #9EF2A2
RGB
CMYK
RGB Variations
Color information
#9EF2A2 (or 0x9EF2A2) is known color: Pale Green. HEX triplet: 9E, F2 and A2. RGB value is (158,242,162). Sum of RGB (Red+Green+Blue) = 158+242+162=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF2A2 is #610D5D. Grayscale: #D0D0D0. Windows color (decimal): -6360414 or 10678942. OLE color: 10678942.
HSL color Cylindrical-coordinate representation of color #9EF2A2: hue angle of 122.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2A2 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 162 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.05 |
| HSL | 122.86º | 0.76% | 0.78% | - |
| HSV(B) | 122.86º | 0.35% | 0.95% | - |
| XYZ | 52.37 | 73.38 | 45.59 | - |
| YUV | 207.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 162 | 0.35 | 0 | 0.33 | 0.05 | 122.86 | 0.76 | 0.78 |
| Hex | 9E | F2 | A2 | 23 | 0 | 21 | 5 | 7B | 4C | 4E |
| Octal | 236 | 362 | 242 | 43 | 0 | 41 | 5 | 173 | 114 | 116 |
| Binary | 10011110 | 11110010 | 10100010 | 100011 | 0 | 100001 | 101 | 1111011 | 1001100 | 1001110 |
Color Harmonies of #9EF2A2
Complementary color
Monochromatic Colors of #9EF2A2
Black with #9EF2A2
Text Example
Text Example
White with #9EF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2A2; }
p { color: rgb(158,242,162); }
H1.HeaderClassName
{
color: #9EF2A2;
}
.AnyTagClassName
{
color: #9EF2A2;
}
</style>
background-color css
<style>
a { background-color: #9EF2A2; }
a { background-color: rgb(158,242,162); }
div.DivClassName
{
background-color: #9EF2A2;
}
.BgClassName
{
background-color: #9EF2A2;
}
</style>
border-color css
<style>
span { border-color: #9EF2A2; }
span { border-color: rgb(158,242,162); }
td.TdClassName
{
border-color: #9EF2A2;
}
.TagClassName
{
border-color: #9EF2A2;
}
</style>