Shades of Feijoa #9ADA68
Tints of Feijoa #9ADA68
RGB
CMYK
RGB Variations
Color information
#9ADA68 (or 0x9ADA68) is known color: Feijoa. HEX triplet: 9A, DA and 68. RGB value is (154,218,104). Sum of RGB (Red+Green+Blue) = 154+218+104=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA68 is #652597. Grayscale: #BABABA. Windows color (decimal): -6628760 or 6871706. OLE color: 6871706.
HSL color Cylindrical-coordinate representation of color #9ADA68: hue angle of 93.68º degrees, saturation: 0.61, 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 #9ADA68 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 104 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.15 |
| HSL | 93.68º | 0.61% | 0.63% | - |
| HSV(B) | 93.68º | 0.52% | 0.85% | - |
| XYZ | 40.9 | 58.01 | 22.14 | - |
| YUV | 185.87 | 81.8 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 104 | 0.29 | 0 | 0.52 | 0.15 | 93.68 | 0.61 | 0.63 |
| Hex | 9A | DA | 68 | 1D | 0 | 34 | F | 5E | 3D | 3F |
| Octal | 232 | 332 | 150 | 35 | 0 | 64 | 17 | 136 | 75 | 77 |
| Binary | 10011010 | 11011010 | 1101000 | 11101 | 0 | 110100 | 1111 | 1011110 | 111101 | 111111 |
Color Harmonies of #9ADA68
Complementary color
Monochromatic Colors of #9ADA68
Black with #9ADA68
Text Example
Text Example
White with #9ADA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA68; }
p { color: rgb(154,218,104); }
H1.HeaderClassName
{
color: #9ADA68;
}
.AnyTagClassName
{
color: #9ADA68;
}
</style>
background-color css
<style>
a { background-color: #9ADA68; }
a { background-color: rgb(154,218,104); }
div.DivClassName
{
background-color: #9ADA68;
}
.BgClassName
{
background-color: #9ADA68;
}
</style>
border-color css
<style>
span { border-color: #9ADA68; }
span { border-color: rgb(154,218,104); }
td.TdClassName
{
border-color: #9ADA68;
}
.TagClassName
{
border-color: #9ADA68;
}
</style>