Shades of Feijoa #9EF069
Tints of Feijoa #9EF069
RGB
CMYK
RGB Variations
Color information
#9EF069 (or 0x9EF069) is known color: Feijoa. HEX triplet: 9E, F0 and 69. RGB value is (158,240,105). Sum of RGB (Red+Green+Blue) = 158+240+105=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF069 is #610F96. Grayscale: #C8C8C8. Windows color (decimal): -6360983 or 6942878. OLE color: 6942878.
HSL color Cylindrical-coordinate representation of color #9EF069: hue angle of 96.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EF069 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 105 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.06 |
| HSL | 96.44º | 0.82% | 0.68% | - |
| HSV(B) | 96.44º | 0.56% | 0.94% | - |
| XYZ | 47.81 | 70.61 | 24.47 | - |
| YUV | 200.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 105 | 0.34 | 0 | 0.56 | 0.06 | 96.44 | 0.82 | 0.68 |
| Hex | 9E | F0 | 69 | 22 | 0 | 38 | 6 | 60 | 52 | 44 |
| Octal | 236 | 360 | 151 | 42 | 0 | 70 | 6 | 140 | 122 | 104 |
| Binary | 10011110 | 11110000 | 1101001 | 100010 | 0 | 111000 | 110 | 1100000 | 1010010 | 1000100 |
Color Harmonies of #9EF069
Complementary color
Monochromatic Colors of #9EF069
Black with #9EF069
Text Example
Text Example
White with #9EF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF069; }
p { color: rgb(158,240,105); }
H1.HeaderClassName
{
color: #9EF069;
}
.AnyTagClassName
{
color: #9EF069;
}
</style>
background-color css
<style>
a { background-color: #9EF069; }
a { background-color: rgb(158,240,105); }
div.DivClassName
{
background-color: #9EF069;
}
.BgClassName
{
background-color: #9EF069;
}
</style>
border-color css
<style>
span { border-color: #9EF069; }
span { border-color: rgb(158,240,105); }
td.TdClassName
{
border-color: #9EF069;
}
.TagClassName
{
border-color: #9EF069;
}
</style>