Shades of Pale Green #9EF29A
Tints of Pale Green #9EF29A
RGB
CMYK
RGB Variations
Color information
#9EF29A (or 0x9EF29A) is known color: Pale Green. HEX triplet: 9E, F2 and 9A. RGB value is (158,242,154). Sum of RGB (Red+Green+Blue) = 158+242+154=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF29A is #610D65. Grayscale: #CFCFCF. Windows color (decimal): -6360422 or 10154654. OLE color: 10154654.
HSL color Cylindrical-coordinate representation of color #9EF29A: hue angle of 117.27º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF29A is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 154 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.05 |
| HSL | 117.27º | 0.77% | 0.78% | - |
| HSV(B) | 117.27º | 0.36% | 0.95% | - |
| XYZ | 51.69 | 73.11 | 41.96 | - |
| YUV | 206.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 154 | 0.35 | 0 | 0.36 | 0.05 | 117.27 | 0.77 | 0.78 |
| Hex | 9E | F2 | 9A | 23 | 0 | 24 | 5 | 75 | 4D | 4E |
| Octal | 236 | 362 | 232 | 43 | 0 | 44 | 5 | 165 | 115 | 116 |
| Binary | 10011110 | 11110010 | 10011010 | 100011 | 0 | 100100 | 101 | 1110101 | 1001101 | 1001110 |
Color Harmonies of #9EF29A
Complementary color
Monochromatic Colors of #9EF29A
Black with #9EF29A
Text Example
Text Example
White with #9EF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF29A; }
p { color: rgb(158,242,154); }
H1.HeaderClassName
{
color: #9EF29A;
}
.AnyTagClassName
{
color: #9EF29A;
}
</style>
background-color css
<style>
a { background-color: #9EF29A; }
a { background-color: rgb(158,242,154); }
div.DivClassName
{
background-color: #9EF29A;
}
.BgClassName
{
background-color: #9EF29A;
}
</style>
border-color css
<style>
span { border-color: #9EF29A; }
span { border-color: rgb(158,242,154); }
td.TdClassName
{
border-color: #9EF29A;
}
.TagClassName
{
border-color: #9EF29A;
}
</style>