Shades of Feijoa #9EFD69
Tints of Feijoa #9EFD69
RGB
CMYK
RGB Variations
Color information
#9EFD69 (or 0x9EFD69) is known color: Feijoa. HEX triplet: 9E, FD and 69. RGB value is (158,253,105). Sum of RGB (Red+Green+Blue) = 158+253+105=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD69 is #610296. Grayscale: #D0D0D0. Windows color (decimal): -6357655 or 6946206. OLE color: 6946206.
HSL color Cylindrical-coordinate representation of color #9EFD69: hue angle of 98.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EFD69 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 105 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.01 |
| HSL | 98.51º | 0.97% | 0.7% | - |
| HSV(B) | 98.51º | 0.58% | 0.99% | - |
| XYZ | 51.78 | 78.54 | 25.8 | - |
| YUV | 207.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 105 | 0.38 | 0 | 0.58 | 0.01 | 98.51 | 0.97 | 0.7 |
| Hex | 9E | FD | 69 | 26 | 0 | 3A | 1 | 63 | 61 | 46 |
| Octal | 236 | 375 | 151 | 46 | 0 | 72 | 1 | 143 | 141 | 106 |
| Binary | 10011110 | 11111101 | 1101001 | 100110 | 0 | 111010 | 1 | 1100011 | 1100001 | 1000110 |
Color Harmonies of #9EFD69
Complementary color
Monochromatic Colors of #9EFD69
Black with #9EFD69
Text Example
Text Example
White with #9EFD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD69; }
p { color: rgb(158,253,105); }
H1.HeaderClassName
{
color: #9EFD69;
}
.AnyTagClassName
{
color: #9EFD69;
}
</style>
background-color css
<style>
a { background-color: #9EFD69; }
a { background-color: rgb(158,253,105); }
div.DivClassName
{
background-color: #9EFD69;
}
.BgClassName
{
background-color: #9EFD69;
}
</style>
border-color css
<style>
span { border-color: #9EFD69; }
span { border-color: rgb(158,253,105); }
td.TdClassName
{
border-color: #9EFD69;
}
.TagClassName
{
border-color: #9EFD69;
}
</style>