Shades of Feijoa #ADCD87
Tints of Feijoa #ADCD87
RGB
CMYK
RGB Variations
Color information
#ADCD87 (or 0xADCD87) is known color: Feijoa. HEX triplet: AD, CD and 87. RGB value is (173,205,135). Sum of RGB (Red+Green+Blue) = 173+205+135=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD87 is #523278. Grayscale: #BBBBBB. Windows color (decimal): -5386873 or 8900013. OLE color: 8900013.
HSL color Cylindrical-coordinate representation of color #ADCD87: hue angle of 87.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCD87 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 135 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.20 |
| HSL | 87.43º | 0.41% | 0.67% | - |
| HSV(B) | 87.43º | 0.34% | 0.8% | - |
| XYZ | 43.44 | 54.3 | 31.11 | - |
| YUV | 187.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 135 | 0.16 | 0 | 0.34 | 0.20 | 87.43 | 0.41 | 0.67 |
| Hex | AD | CD | 87 | 10 | 0 | 22 | 14 | 57 | 29 | 43 |
| Octal | 255 | 315 | 207 | 20 | 0 | 42 | 24 | 127 | 51 | 103 |
| Binary | 10101101 | 11001101 | 10000111 | 10000 | 0 | 100010 | 10100 | 1010111 | 101001 | 1000011 |
Color Harmonies of #ADCD87
Complementary color
Monochromatic Colors of #ADCD87
Black with #ADCD87
Text Example
Text Example
White with #ADCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD87; }
p { color: rgb(173,205,135); }
H1.HeaderClassName
{
color: #ADCD87;
}
.AnyTagClassName
{
color: #ADCD87;
}
</style>
background-color css
<style>
a { background-color: #ADCD87; }
a { background-color: rgb(173,205,135); }
div.DivClassName
{
background-color: #ADCD87;
}
.BgClassName
{
background-color: #ADCD87;
}
</style>
border-color css
<style>
span { border-color: #ADCD87; }
span { border-color: rgb(173,205,135); }
td.TdClassName
{
border-color: #ADCD87;
}
.TagClassName
{
border-color: #ADCD87;
}
</style>