Shades of Feijoa #9EDE69
Tints of Feijoa #9EDE69
RGB
CMYK
RGB Variations
Color information
#9EDE69 (or 0x9EDE69) is known color: Feijoa. HEX triplet: 9E, DE and 69. RGB value is (158,222,105). Sum of RGB (Red+Green+Blue) = 158+222+105=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE69 is #612196. Grayscale: #BDBDBD. Windows color (decimal): -6365591 or 6938270. OLE color: 6938270.
HSL color Cylindrical-coordinate representation of color #9EDE69: hue angle of 92.82º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EDE69 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 105 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.13 |
| HSL | 92.82º | 0.64% | 0.64% | - |
| HSV(B) | 92.82º | 0.53% | 0.87% | - |
| XYZ | 42.77 | 60.53 | 22.79 | - |
| YUV | 189.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 105 | 0.29 | 0 | 0.53 | 0.13 | 92.82 | 0.64 | 0.64 |
| Hex | 9E | DE | 69 | 1D | 0 | 35 | D | 5D | 40 | 40 |
| Octal | 236 | 336 | 151 | 35 | 0 | 65 | 15 | 135 | 100 | 100 |
| Binary | 10011110 | 11011110 | 1101001 | 11101 | 0 | 110101 | 1101 | 1011101 | 1000000 | 1000000 |
Color Harmonies of #9EDE69
Complementary color
Monochromatic Colors of #9EDE69
Black with #9EDE69
Text Example
Text Example
White with #9EDE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE69; }
p { color: rgb(158,222,105); }
H1.HeaderClassName
{
color: #9EDE69;
}
.AnyTagClassName
{
color: #9EDE69;
}
</style>
background-color css
<style>
a { background-color: #9EDE69; }
a { background-color: rgb(158,222,105); }
div.DivClassName
{
background-color: #9EDE69;
}
.BgClassName
{
background-color: #9EDE69;
}
</style>
border-color css
<style>
span { border-color: #9EDE69; }
span { border-color: rgb(158,222,105); }
td.TdClassName
{
border-color: #9EDE69;
}
.TagClassName
{
border-color: #9EDE69;
}
</style>