Shades of Feijoa #9EEE6C
Tints of Feijoa #9EEE6C
RGB
CMYK
RGB Variations
Color information
#9EEE6C (or 0x9EEE6C) is known color: Feijoa. HEX triplet: 9E, EE and 6C. RGB value is (158,238,108). Sum of RGB (Red+Green+Blue) = 158+238+108=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEE6C is #611193. Grayscale: #C7C7C7. Windows color (decimal): -6361492 or 7138974. OLE color: 7138974.
HSL color Cylindrical-coordinate representation of color #9EEE6C: hue angle of 96.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EEE6C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 108 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.07 |
| HSL | 96.92º | 0.79% | 0.68% | - |
| HSV(B) | 96.92º | 0.55% | 0.93% | - |
| XYZ | 47.38 | 69.5 | 25.11 | - |
| YUV | 199.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 108 | 0.34 | 0 | 0.55 | 0.07 | 96.92 | 0.79 | 0.68 |
| Hex | 9E | EE | 6C | 22 | 0 | 37 | 7 | 61 | 4F | 44 |
| Octal | 236 | 356 | 154 | 42 | 0 | 67 | 7 | 141 | 117 | 104 |
| Binary | 10011110 | 11101110 | 1101100 | 100010 | 0 | 110111 | 111 | 1100001 | 1001111 | 1000100 |
Color Harmonies of #9EEE6C
Complementary color
Monochromatic Colors of #9EEE6C
Black with #9EEE6C
Text Example
Text Example
White with #9EEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEE6C; }
p { color: rgb(158,238,108); }
H1.HeaderClassName
{
color: #9EEE6C;
}
.AnyTagClassName
{
color: #9EEE6C;
}
</style>
background-color css
<style>
a { background-color: #9EEE6C; }
a { background-color: rgb(158,238,108); }
div.DivClassName
{
background-color: #9EEE6C;
}
.BgClassName
{
background-color: #9EEE6C;
}
</style>
border-color css
<style>
span { border-color: #9EEE6C; }
span { border-color: rgb(158,238,108); }
td.TdClassName
{
border-color: #9EEE6C;
}
.TagClassName
{
border-color: #9EEE6C;
}
</style>