Shades of Feijoa #9FDA69
Tints of Feijoa #9FDA69
RGB
CMYK
RGB Variations
Color information
#9FDA69 (or 0x9FDA69) is known color: Feijoa. HEX triplet: 9F, DA and 69. RGB value is (159,218,105). Sum of RGB (Red+Green+Blue) = 159+218+105=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA69 is #602596. Grayscale: #BBBBBB. Windows color (decimal): -6301079 or 6937247. OLE color: 6937247.
HSL color Cylindrical-coordinate representation of color #9FDA69: hue angle of 91.33º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FDA69 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 105 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.15 |
| HSL | 91.33º | 0.6% | 0.63% | - |
| HSV(B) | 91.33º | 0.52% | 0.85% | - |
| XYZ | 41.92 | 58.53 | 22.45 | - |
| YUV | 187.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 105 | 0.27 | 0 | 0.52 | 0.15 | 91.33 | 0.6 | 0.63 |
| Hex | 9F | DA | 69 | 1B | 0 | 34 | F | 5B | 3C | 3F |
| Octal | 237 | 332 | 151 | 33 | 0 | 64 | 17 | 133 | 74 | 77 |
| Binary | 10011111 | 11011010 | 1101001 | 11011 | 0 | 110100 | 1111 | 1011011 | 111100 | 111111 |
Color Harmonies of #9FDA69
Complementary color
Monochromatic Colors of #9FDA69
Black with #9FDA69
Text Example
Text Example
White with #9FDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA69; }
p { color: rgb(159,218,105); }
H1.HeaderClassName
{
color: #9FDA69;
}
.AnyTagClassName
{
color: #9FDA69;
}
</style>
background-color css
<style>
a { background-color: #9FDA69; }
a { background-color: rgb(159,218,105); }
div.DivClassName
{
background-color: #9FDA69;
}
.BgClassName
{
background-color: #9FDA69;
}
</style>
border-color css
<style>
span { border-color: #9FDA69; }
span { border-color: rgb(159,218,105); }
td.TdClassName
{
border-color: #9FDA69;
}
.TagClassName
{
border-color: #9FDA69;
}
</style>