Shades of Feijoa #9AD966
Tints of Feijoa #9AD966
RGB
CMYK
RGB Variations
Color information
#9AD966 (or 0x9AD966) is known color: Feijoa. HEX triplet: 9A, D9 and 66. RGB value is (154,217,102). Sum of RGB (Red+Green+Blue) = 154+217+102=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD966 is #652699. Grayscale: #B9B9B9. Windows color (decimal): -6629018 or 6740378. OLE color: 6740378.
HSL color Cylindrical-coordinate representation of color #9AD966: hue angle of 92.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD966 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 102 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.15 |
| HSL | 92.87º | 0.6% | 0.63% | - |
| HSV(B) | 92.87º | 0.53% | 0.85% | - |
| XYZ | 40.54 | 57.46 | 21.52 | - |
| YUV | 185.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 102 | 0.29 | 0 | 0.53 | 0.15 | 92.87 | 0.6 | 0.63 |
| Hex | 9A | D9 | 66 | 1D | 0 | 35 | F | 5D | 3C | 3F |
| Octal | 232 | 331 | 146 | 35 | 0 | 65 | 17 | 135 | 74 | 77 |
| Binary | 10011010 | 11011001 | 1100110 | 11101 | 0 | 110101 | 1111 | 1011101 | 111100 | 111111 |
Color Harmonies of #9AD966
Complementary color
Monochromatic Colors of #9AD966
Black with #9AD966
Text Example
Text Example
White with #9AD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD966; }
p { color: rgb(154,217,102); }
H1.HeaderClassName
{
color: #9AD966;
}
.AnyTagClassName
{
color: #9AD966;
}
</style>
background-color css
<style>
a { background-color: #9AD966; }
a { background-color: rgb(154,217,102); }
div.DivClassName
{
background-color: #9AD966;
}
.BgClassName
{
background-color: #9AD966;
}
</style>
border-color css
<style>
span { border-color: #9AD966; }
span { border-color: rgb(154,217,102); }
td.TdClassName
{
border-color: #9AD966;
}
.TagClassName
{
border-color: #9AD966;
}
</style>