Shades of Feijoa #9EE669
Tints of Feijoa #9EE669
RGB
CMYK
RGB Variations
Color information
#9EE669 (or 0x9EE669) is known color: Feijoa. HEX triplet: 9E, E6 and 69. RGB value is (158,230,105). Sum of RGB (Red+Green+Blue) = 158+230+105=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE669 is #611996. Grayscale: #C2C2C2. Windows color (decimal): -6363543 or 6940318. OLE color: 6940318.
HSL color Cylindrical-coordinate representation of color #9EE669: hue angle of 94.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EE669 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 105 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.10 |
| HSL | 94.56º | 0.71% | 0.66% | - |
| HSV(B) | 94.56º | 0.54% | 0.9% | - |
| XYZ | 44.95 | 64.88 | 23.52 | - |
| YUV | 194.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 105 | 0.31 | 0 | 0.54 | 0.10 | 94.56 | 0.71 | 0.66 |
| Hex | 9E | E6 | 69 | 1F | 0 | 36 | A | 5F | 47 | 42 |
| Octal | 236 | 346 | 151 | 37 | 0 | 66 | 12 | 137 | 107 | 102 |
| Binary | 10011110 | 11100110 | 1101001 | 11111 | 0 | 110110 | 1010 | 1011111 | 1000111 | 1000010 |
Color Harmonies of #9EE669
Complementary color
Monochromatic Colors of #9EE669
Black with #9EE669
Text Example
Text Example
White with #9EE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE669; }
p { color: rgb(158,230,105); }
H1.HeaderClassName
{
color: #9EE669;
}
.AnyTagClassName
{
color: #9EE669;
}
</style>
background-color css
<style>
a { background-color: #9EE669; }
a { background-color: rgb(158,230,105); }
div.DivClassName
{
background-color: #9EE669;
}
.BgClassName
{
background-color: #9EE669;
}
</style>
border-color css
<style>
span { border-color: #9EE669; }
span { border-color: rgb(158,230,105); }
td.TdClassName
{
border-color: #9EE669;
}
.TagClassName
{
border-color: #9EE669;
}
</style>