Shades of Feijoa #9EFC66
Tints of Feijoa #9EFC66
RGB
CMYK
RGB Variations
Color information
#9EFC66 (or 0x9EFC66) is known color: Feijoa. HEX triplet: 9E, FC and 66. RGB value is (158,252,102). Sum of RGB (Red+Green+Blue) = 158+252+102=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC66 is #610399. Grayscale: #CFCFCF. Windows color (decimal): -6357914 or 6749342. OLE color: 6749342.
HSL color Cylindrical-coordinate representation of color #9EFC66: hue angle of 97.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EFC66 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 102 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.01 |
| HSL | 97.6º | 0.96% | 0.69% | - |
| HSV(B) | 97.6º | 0.6% | 0.99% | - |
| XYZ | 51.31 | 77.85 | 24.89 | - |
| YUV | 206.79 | 68.86 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 102 | 0.37 | 0 | 0.60 | 0.01 | 97.6 | 0.96 | 0.69 |
| Hex | 9E | FC | 66 | 25 | 0 | 3C | 1 | 62 | 60 | 45 |
| Octal | 236 | 374 | 146 | 45 | 0 | 74 | 1 | 142 | 140 | 105 |
| Binary | 10011110 | 11111100 | 1100110 | 100101 | 0 | 111100 | 1 | 1100010 | 1100000 | 1000101 |
Color Harmonies of #9EFC66
Complementary color
Monochromatic Colors of #9EFC66
Black with #9EFC66
Text Example
Text Example
White with #9EFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC66; }
p { color: rgb(158,252,102); }
H1.HeaderClassName
{
color: #9EFC66;
}
.AnyTagClassName
{
color: #9EFC66;
}
</style>
background-color css
<style>
a { background-color: #9EFC66; }
a { background-color: rgb(158,252,102); }
div.DivClassName
{
background-color: #9EFC66;
}
.BgClassName
{
background-color: #9EFC66;
}
</style>
border-color css
<style>
span { border-color: #9EFC66; }
span { border-color: rgb(158,252,102); }
td.TdClassName
{
border-color: #9EFC66;
}
.TagClassName
{
border-color: #9EFC66;
}
</style>