Shades of Feijoa #ADCD89
Tints of Feijoa #ADCD89
RGB
CMYK
RGB Variations
Color information
#ADCD89 (or 0xADCD89) is known color: Feijoa. HEX triplet: AD, CD and 89. RGB value is (173,205,137). Sum of RGB (Red+Green+Blue) = 173+205+137=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD89 is #523276. Grayscale: #BBBBBB. Windows color (decimal): -5386871 or 9031085. OLE color: 9031085.
HSL color Cylindrical-coordinate representation of color #ADCD89: hue angle of 88.24º 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 #ADCD89 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 137 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.20 |
| HSL | 88.24º | 0.4% | 0.67% | - |
| HSV(B) | 88.24º | 0.33% | 0.8% | - |
| XYZ | 43.58 | 54.35 | 31.86 | - |
| YUV | 187.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 137 | 0.16 | 0 | 0.33 | 0.20 | 88.24 | 0.4 | 0.67 |
| Hex | AD | CD | 89 | 10 | 0 | 21 | 14 | 58 | 28 | 43 |
| Octal | 255 | 315 | 211 | 20 | 0 | 41 | 24 | 130 | 50 | 103 |
| Binary | 10101101 | 11001101 | 10001001 | 10000 | 0 | 100001 | 10100 | 1011000 | 101000 | 1000011 |
Color Harmonies of #ADCD89
Complementary color
Monochromatic Colors of #ADCD89
Black with #ADCD89
Text Example
Text Example
White with #ADCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD89; }
p { color: rgb(173,205,137); }
H1.HeaderClassName
{
color: #ADCD89;
}
.AnyTagClassName
{
color: #ADCD89;
}
</style>
background-color css
<style>
a { background-color: #ADCD89; }
a { background-color: rgb(173,205,137); }
div.DivClassName
{
background-color: #ADCD89;
}
.BgClassName
{
background-color: #ADCD89;
}
</style>
border-color css
<style>
span { border-color: #ADCD89; }
span { border-color: rgb(173,205,137); }
td.TdClassName
{
border-color: #ADCD89;
}
.TagClassName
{
border-color: #ADCD89;
}
</style>