Shades of Pale Green #9EFA90
Tints of Pale Green #9EFA90
RGB
CMYK
RGB Variations
Color information
#9EFA90 (or 0x9EFA90) is known color: Pale Green. HEX triplet: 9E, FA and 90. RGB value is (158,250,144). Sum of RGB (Red+Green+Blue) = 158+250+144=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFA90 is #61056F. Grayscale: #D2D2D2. Windows color (decimal): -6358384 or 9501342. OLE color: 9501342.
HSL color Cylindrical-coordinate representation of color #9EFA90: hue angle of 112.08º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EFA90 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 144 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.02 |
| HSL | 112.08º | 0.91% | 0.77% | - |
| HSV(B) | 112.08º | 0.42% | 0.98% | - |
| XYZ | 53.32 | 77.65 | 38.56 | - |
| YUV | 210.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 144 | 0.37 | 0 | 0.42 | 0.02 | 112.08 | 0.91 | 0.77 |
| Hex | 9E | FA | 90 | 25 | 0 | 2A | 2 | 70 | 5B | 4D |
| Octal | 236 | 372 | 220 | 45 | 0 | 52 | 2 | 160 | 133 | 115 |
| Binary | 10011110 | 11111010 | 10010000 | 100101 | 0 | 101010 | 10 | 1110000 | 1011011 | 1001101 |
Color Harmonies of #9EFA90
Complementary color
Monochromatic Colors of #9EFA90
Black with #9EFA90
Text Example
Text Example
White with #9EFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA90; }
p { color: rgb(158,250,144); }
H1.HeaderClassName
{
color: #9EFA90;
}
.AnyTagClassName
{
color: #9EFA90;
}
</style>
background-color css
<style>
a { background-color: #9EFA90; }
a { background-color: rgb(158,250,144); }
div.DivClassName
{
background-color: #9EFA90;
}
.BgClassName
{
background-color: #9EFA90;
}
</style>
border-color css
<style>
span { border-color: #9EFA90; }
span { border-color: rgb(158,250,144); }
td.TdClassName
{
border-color: #9EFA90;
}
.TagClassName
{
border-color: #9EFA90;
}
</style>