Shades of Feijoa #9ADB66
Tints of Feijoa #9ADB66
RGB
CMYK
RGB Variations
Color information
#9ADB66 (or 0x9ADB66) is known color: Feijoa. HEX triplet: 9A, DB and 66. RGB value is (154,219,102). Sum of RGB (Red+Green+Blue) = 154+219+102=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB66 is #652499. Grayscale: #BABABA. Windows color (decimal): -6628506 or 6740890. OLE color: 6740890.
HSL color Cylindrical-coordinate representation of color #9ADB66: hue angle of 93.33º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ADB66 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 102 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.14 |
| HSL | 93.33º | 0.62% | 0.63% | - |
| HSV(B) | 93.33º | 0.53% | 0.86% | - |
| XYZ | 41.06 | 58.49 | 21.7 | - |
| YUV | 186.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 102 | 0.30 | 0 | 0.53 | 0.14 | 93.33 | 0.62 | 0.63 |
| Hex | 9A | DB | 66 | 1E | 0 | 35 | E | 5D | 3E | 3F |
| Octal | 232 | 333 | 146 | 36 | 0 | 65 | 16 | 135 | 76 | 77 |
| Binary | 10011010 | 11011011 | 1100110 | 11110 | 0 | 110101 | 1110 | 1011101 | 111110 | 111111 |
Color Harmonies of #9ADB66
Complementary color
Monochromatic Colors of #9ADB66
Black with #9ADB66
Text Example
Text Example
White with #9ADB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB66; }
p { color: rgb(154,219,102); }
H1.HeaderClassName
{
color: #9ADB66;
}
.AnyTagClassName
{
color: #9ADB66;
}
</style>
background-color css
<style>
a { background-color: #9ADB66; }
a { background-color: rgb(154,219,102); }
div.DivClassName
{
background-color: #9ADB66;
}
.BgClassName
{
background-color: #9ADB66;
}
</style>
border-color css
<style>
span { border-color: #9ADB66; }
span { border-color: rgb(154,219,102); }
td.TdClassName
{
border-color: #9ADB66;
}
.TagClassName
{
border-color: #9ADB66;
}
</style>