Shades of Feijoa #ADCC89
Tints of Feijoa #ADCC89
RGB
CMYK
RGB Variations
Color information
#ADCC89 (or 0xADCC89) is known color: Feijoa. HEX triplet: AD, CC and 89. RGB value is (173,204,137). Sum of RGB (Red+Green+Blue) = 173+204+137=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC89 is #523376. Grayscale: #BBBBBB. Windows color (decimal): -5387127 or 9030829. OLE color: 9030829.
HSL color Cylindrical-coordinate representation of color #ADCC89: hue angle of 87.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADCC89 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 137 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.2 |
| HSL | 87.76º | 0.4% | 0.67% | - |
| HSV(B) | 87.76º | 0.33% | 0.8% | - |
| XYZ | 43.34 | 53.88 | 31.78 | - |
| YUV | 187.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 137 | 0.15 | 0 | 0.33 | 0.2 | 87.76 | 0.4 | 0.67 |
| Hex | AD | CC | 89 | F | 0 | 21 | 14 | 58 | 28 | 43 |
| Octal | 255 | 314 | 211 | 17 | 0 | 41 | 24 | 130 | 50 | 103 |
| Binary | 10101101 | 11001100 | 10001001 | 1111 | 0 | 100001 | 10100 | 1011000 | 101000 | 1000011 |
Color Harmonies of #ADCC89
Complementary color
Monochromatic Colors of #ADCC89
Black with #ADCC89
Text Example
Text Example
White with #ADCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC89; }
p { color: rgb(173,204,137); }
H1.HeaderClassName
{
color: #ADCC89;
}
.AnyTagClassName
{
color: #ADCC89;
}
</style>
background-color css
<style>
a { background-color: #ADCC89; }
a { background-color: rgb(173,204,137); }
div.DivClassName
{
background-color: #ADCC89;
}
.BgClassName
{
background-color: #ADCC89;
}
</style>
border-color css
<style>
span { border-color: #ADCC89; }
span { border-color: rgb(173,204,137); }
td.TdClassName
{
border-color: #ADCC89;
}
.TagClassName
{
border-color: #ADCC89;
}
</style>