Shades of Pale Green #9EF290
Tints of Pale Green #9EF290
RGB
CMYK
RGB Variations
Color information
#9EF290 (or 0x9EF290) is known color: Pale Green. HEX triplet: 9E, F2 and 90. RGB value is (158,242,144). Sum of RGB (Red+Green+Blue) = 158+242+144=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF290 is #610D6F. Grayscale: #CECECE. Windows color (decimal): -6360432 or 9499294. OLE color: 9499294.
HSL color Cylindrical-coordinate representation of color #9EF290: hue angle of 111.43º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EF290 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 144 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.05 |
| HSL | 111.43º | 0.79% | 0.76% | - |
| HSV(B) | 111.43º | 0.4% | 0.95% | - |
| XYZ | 50.89 | 72.79 | 37.75 | - |
| YUV | 205.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 144 | 0.35 | 0 | 0.40 | 0.05 | 111.43 | 0.79 | 0.76 |
| Hex | 9E | F2 | 90 | 23 | 0 | 28 | 5 | 6F | 4F | 4C |
| Octal | 236 | 362 | 220 | 43 | 0 | 50 | 5 | 157 | 117 | 114 |
| Binary | 10011110 | 11110010 | 10010000 | 100011 | 0 | 101000 | 101 | 1101111 | 1001111 | 1001100 |
Color Harmonies of #9EF290
Complementary color
Monochromatic Colors of #9EF290
Black with #9EF290
Text Example
Text Example
White with #9EF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF290; }
p { color: rgb(158,242,144); }
H1.HeaderClassName
{
color: #9EF290;
}
.AnyTagClassName
{
color: #9EF290;
}
</style>
background-color css
<style>
a { background-color: #9EF290; }
a { background-color: rgb(158,242,144); }
div.DivClassName
{
background-color: #9EF290;
}
.BgClassName
{
background-color: #9EF290;
}
</style>
border-color css
<style>
span { border-color: #9EF290; }
span { border-color: rgb(158,242,144); }
td.TdClassName
{
border-color: #9EF290;
}
.TagClassName
{
border-color: #9EF290;
}
</style>