Shades of Feijoa #9FDB6A
Tints of Feijoa #9FDB6A
RGB
CMYK
RGB Variations
Color information
#9FDB6A (or 0x9FDB6A) is known color: Feijoa. HEX triplet: 9F, DB and 6A. RGB value is (159,219,106). Sum of RGB (Red+Green+Blue) = 159+219+106=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB6A is #602495. Grayscale: #BCBCBC. Windows color (decimal): -6300822 or 7003039. OLE color: 7003039.
HSL color Cylindrical-coordinate representation of color #9FDB6A: hue angle of 91.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FDB6A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 106 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.14 |
| HSL | 91.86º | 0.61% | 0.64% | - |
| HSV(B) | 91.86º | 0.52% | 0.86% | - |
| XYZ | 42.23 | 59.07 | 22.81 | - |
| YUV | 188.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 106 | 0.27 | 0 | 0.52 | 0.14 | 91.86 | 0.61 | 0.64 |
| Hex | 9F | DB | 6A | 1B | 0 | 34 | E | 5C | 3D | 40 |
| Octal | 237 | 333 | 152 | 33 | 0 | 64 | 16 | 134 | 75 | 100 |
| Binary | 10011111 | 11011011 | 1101010 | 11011 | 0 | 110100 | 1110 | 1011100 | 111101 | 1000000 |
Color Harmonies of #9FDB6A
Complementary color
Monochromatic Colors of #9FDB6A
Black with #9FDB6A
Text Example
Text Example
White with #9FDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB6A; }
p { color: rgb(159,219,106); }
H1.HeaderClassName
{
color: #9FDB6A;
}
.AnyTagClassName
{
color: #9FDB6A;
}
</style>
background-color css
<style>
a { background-color: #9FDB6A; }
a { background-color: rgb(159,219,106); }
div.DivClassName
{
background-color: #9FDB6A;
}
.BgClassName
{
background-color: #9FDB6A;
}
</style>
border-color css
<style>
span { border-color: #9FDB6A; }
span { border-color: rgb(159,219,106); }
td.TdClassName
{
border-color: #9FDB6A;
}
.TagClassName
{
border-color: #9FDB6A;
}
</style>