Shades of Feijoa #ADCE87
Tints of Feijoa #ADCE87
RGB
CMYK
RGB Variations
Color information
#ADCE87 (or 0xADCE87) is known color: Feijoa. HEX triplet: AD, CE and 87. RGB value is (173,206,135). Sum of RGB (Red+Green+Blue) = 173+206+135=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE87 is #523178. Grayscale: #BCBCBC. Windows color (decimal): -5386617 or 8900269. OLE color: 8900269.
HSL color Cylindrical-coordinate representation of color #ADCE87: hue angle of 87.89º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCE87 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 135 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.19 |
| HSL | 87.89º | 0.42% | 0.67% | - |
| HSV(B) | 87.89º | 0.34% | 0.81% | - |
| XYZ | 43.68 | 54.78 | 31.19 | - |
| YUV | 188.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 135 | 0.16 | 0 | 0.34 | 0.19 | 87.89 | 0.42 | 0.67 |
| Hex | AD | CE | 87 | 10 | 0 | 22 | 13 | 58 | 2A | 43 |
| Octal | 255 | 316 | 207 | 20 | 0 | 42 | 23 | 130 | 52 | 103 |
| Binary | 10101101 | 11001110 | 10000111 | 10000 | 0 | 100010 | 10011 | 1011000 | 101010 | 1000011 |
Color Harmonies of #ADCE87
Complementary color
Monochromatic Colors of #ADCE87
Black with #ADCE87
Text Example
Text Example
White with #ADCE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE87; }
p { color: rgb(173,206,135); }
H1.HeaderClassName
{
color: #ADCE87;
}
.AnyTagClassName
{
color: #ADCE87;
}
</style>
background-color css
<style>
a { background-color: #ADCE87; }
a { background-color: rgb(173,206,135); }
div.DivClassName
{
background-color: #ADCE87;
}
.BgClassName
{
background-color: #ADCE87;
}
</style>
border-color css
<style>
span { border-color: #ADCE87; }
span { border-color: rgb(173,206,135); }
td.TdClassName
{
border-color: #ADCE87;
}
.TagClassName
{
border-color: #ADCE87;
}
</style>