Shades of Feijoa #9EEE70
Tints of Feijoa #9EEE70
RGB
CMYK
RGB Variations
Color information
#9EEE70 (or 0x9EEE70) is known color: Feijoa. HEX triplet: 9E, EE and 70. RGB value is (158,238,112). Sum of RGB (Red+Green+Blue) = 158+238+112=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEE70 is #61118F. Grayscale: #C8C8C8. Windows color (decimal): -6361488 or 7401118. OLE color: 7401118.
HSL color Cylindrical-coordinate representation of color #9EEE70: hue angle of 98.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EEE70 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 112 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.07 |
| HSL | 98.1º | 0.79% | 0.69% | - |
| HSV(B) | 98.1º | 0.53% | 0.93% | - |
| XYZ | 47.6 | 69.59 | 26.25 | - |
| YUV | 199.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 112 | 0.34 | 0 | 0.53 | 0.07 | 98.1 | 0.79 | 0.69 |
| Hex | 9E | EE | 70 | 22 | 0 | 35 | 7 | 62 | 4F | 45 |
| Octal | 236 | 356 | 160 | 42 | 0 | 65 | 7 | 142 | 117 | 105 |
| Binary | 10011110 | 11101110 | 1110000 | 100010 | 0 | 110101 | 111 | 1100010 | 1001111 | 1000101 |
Color Harmonies of #9EEE70
Complementary color
Monochromatic Colors of #9EEE70
Black with #9EEE70
Text Example
Text Example
White with #9EEE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEE70; }
p { color: rgb(158,238,112); }
H1.HeaderClassName
{
color: #9EEE70;
}
.AnyTagClassName
{
color: #9EEE70;
}
</style>
background-color css
<style>
a { background-color: #9EEE70; }
a { background-color: rgb(158,238,112); }
div.DivClassName
{
background-color: #9EEE70;
}
.BgClassName
{
background-color: #9EEE70;
}
</style>
border-color css
<style>
span { border-color: #9EEE70; }
span { border-color: rgb(158,238,112); }
td.TdClassName
{
border-color: #9EEE70;
}
.TagClassName
{
border-color: #9EEE70;
}
</style>