Shades of Feijoa #ADCD86
Tints of Feijoa #ADCD86
RGB
CMYK
RGB Variations
Color information
#ADCD86 (or 0xADCD86) is known color: Feijoa. HEX triplet: AD, CD and 86. RGB value is (173,205,134). Sum of RGB (Red+Green+Blue) = 173+205+134=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD86 is #523279. Grayscale: #BBBBBB. Windows color (decimal): -5386874 or 8834477. OLE color: 8834477.
HSL color Cylindrical-coordinate representation of color #ADCD86: hue angle of 87.04º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADCD86 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 134 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.20 |
| HSL | 87.04º | 0.42% | 0.66% | - |
| HSV(B) | 87.04º | 0.35% | 0.8% | - |
| XYZ | 43.37 | 54.27 | 30.74 | - |
| YUV | 187.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 134 | 0.16 | 0 | 0.35 | 0.20 | 87.04 | 0.42 | 0.66 |
| Hex | AD | CD | 86 | 10 | 0 | 23 | 14 | 57 | 2A | 42 |
| Octal | 255 | 315 | 206 | 20 | 0 | 43 | 24 | 127 | 52 | 102 |
| Binary | 10101101 | 11001101 | 10000110 | 10000 | 0 | 100011 | 10100 | 1010111 | 101010 | 1000010 |
Color Harmonies of #ADCD86
Complementary color
Monochromatic Colors of #ADCD86
Black with #ADCD86
Text Example
Text Example
White with #ADCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD86; }
p { color: rgb(173,205,134); }
H1.HeaderClassName
{
color: #ADCD86;
}
.AnyTagClassName
{
color: #ADCD86;
}
</style>
background-color css
<style>
a { background-color: #ADCD86; }
a { background-color: rgb(173,205,134); }
div.DivClassName
{
background-color: #ADCD86;
}
.BgClassName
{
background-color: #ADCD86;
}
</style>
border-color css
<style>
span { border-color: #ADCD86; }
span { border-color: rgb(173,205,134); }
td.TdClassName
{
border-color: #ADCD86;
}
.TagClassName
{
border-color: #ADCD86;
}
</style>