Shades of Feijoa #9ADB6A
Tints of Feijoa #9ADB6A
RGB
CMYK
RGB Variations
Color information
#9ADB6A (or 0x9ADB6A) is known color: Feijoa. HEX triplet: 9A, DB and 6A. RGB value is (154,219,106). Sum of RGB (Red+Green+Blue) = 154+219+106=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB6A is #652495. Grayscale: #BBBBBB. Windows color (decimal): -6628502 or 7003034. OLE color: 7003034.
HSL color Cylindrical-coordinate representation of color #9ADB6A: hue angle of 94.51º 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 #9ADB6A is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 106 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.14 |
| HSL | 94.51º | 0.61% | 0.64% | - |
| HSV(B) | 94.51º | 0.52% | 0.86% | - |
| XYZ | 41.26 | 58.57 | 22.77 | - |
| YUV | 186.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 106 | 0.30 | 0 | 0.52 | 0.14 | 94.51 | 0.61 | 0.64 |
| Hex | 9A | DB | 6A | 1E | 0 | 34 | E | 5F | 3D | 40 |
| Octal | 232 | 333 | 152 | 36 | 0 | 64 | 16 | 137 | 75 | 100 |
| Binary | 10011010 | 11011011 | 1101010 | 11110 | 0 | 110100 | 1110 | 1011111 | 111101 | 1000000 |
Color Harmonies of #9ADB6A
Complementary color
Monochromatic Colors of #9ADB6A
Black with #9ADB6A
Text Example
Text Example
White with #9ADB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB6A; }
p { color: rgb(154,219,106); }
H1.HeaderClassName
{
color: #9ADB6A;
}
.AnyTagClassName
{
color: #9ADB6A;
}
</style>
background-color css
<style>
a { background-color: #9ADB6A; }
a { background-color: rgb(154,219,106); }
div.DivClassName
{
background-color: #9ADB6A;
}
.BgClassName
{
background-color: #9ADB6A;
}
</style>
border-color css
<style>
span { border-color: #9ADB6A; }
span { border-color: rgb(154,219,106); }
td.TdClassName
{
border-color: #9ADB6A;
}
.TagClassName
{
border-color: #9ADB6A;
}
</style>