Shades of Feijoa #9EF06B
Tints of Feijoa #9EF06B
RGB
CMYK
RGB Variations
Color information
#9EF06B (or 0x9EF06B) is known color: Feijoa. HEX triplet: 9E, F0 and 6B. RGB value is (158,240,107). Sum of RGB (Red+Green+Blue) = 158+240+107=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF06B is #610F94. Grayscale: #C8C8C8. Windows color (decimal): -6360981 or 7073950. OLE color: 7073950.
HSL color Cylindrical-coordinate representation of color #9EF06B: hue angle of 96.99º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EF06B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 107 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.06 |
| HSL | 96.99º | 0.82% | 0.68% | - |
| HSV(B) | 96.99º | 0.55% | 0.94% | - |
| XYZ | 47.91 | 70.65 | 25.02 | - |
| YUV | 200.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 107 | 0.34 | 0 | 0.55 | 0.06 | 96.99 | 0.82 | 0.68 |
| Hex | 9E | F0 | 6B | 22 | 0 | 37 | 6 | 61 | 52 | 44 |
| Octal | 236 | 360 | 153 | 42 | 0 | 67 | 6 | 141 | 122 | 104 |
| Binary | 10011110 | 11110000 | 1101011 | 100010 | 0 | 110111 | 110 | 1100001 | 1010010 | 1000100 |
Color Harmonies of #9EF06B
Complementary color
Monochromatic Colors of #9EF06B
Black with #9EF06B
Text Example
Text Example
White with #9EF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF06B; }
p { color: rgb(158,240,107); }
H1.HeaderClassName
{
color: #9EF06B;
}
.AnyTagClassName
{
color: #9EF06B;
}
</style>
background-color css
<style>
a { background-color: #9EF06B; }
a { background-color: rgb(158,240,107); }
div.DivClassName
{
background-color: #9EF06B;
}
.BgClassName
{
background-color: #9EF06B;
}
</style>
border-color css
<style>
span { border-color: #9EF06B; }
span { border-color: rgb(158,240,107); }
td.TdClassName
{
border-color: #9EF06B;
}
.TagClassName
{
border-color: #9EF06B;
}
</style>