Shades of Feijoa #ADCB8D
Tints of Feijoa #ADCB8D
RGB
CMYK
RGB Variations
Color information
#ADCB8D (or 0xADCB8D) is known color: Feijoa. HEX triplet: AD, CB and 8D. RGB value is (173,203,141). Sum of RGB (Red+Green+Blue) = 173+203+141=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB8D is #523472. Grayscale: #BBBBBB. Windows color (decimal): -5387379 or 9292717. OLE color: 9292717.
HSL color Cylindrical-coordinate representation of color #ADCB8D: hue angle of 89.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCB8D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 141 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.20 |
| HSL | 89.03º | 0.37% | 0.67% | - |
| HSV(B) | 89.03º | 0.31% | 0.8% | - |
| XYZ | 43.4 | 53.52 | 33.24 | - |
| YUV | 186.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 141 | 0.15 | 0 | 0.31 | 0.20 | 89.03 | 0.37 | 0.67 |
| Hex | AD | CB | 8D | F | 0 | 1F | 14 | 59 | 25 | 43 |
| Octal | 255 | 313 | 215 | 17 | 0 | 37 | 24 | 131 | 45 | 103 |
| Binary | 10101101 | 11001011 | 10001101 | 1111 | 0 | 11111 | 10100 | 1011001 | 100101 | 1000011 |
Color Harmonies of #ADCB8D
Complementary color
Monochromatic Colors of #ADCB8D
Black with #ADCB8D
Text Example
Text Example
White with #ADCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB8D; }
p { color: rgb(173,203,141); }
H1.HeaderClassName
{
color: #ADCB8D;
}
.AnyTagClassName
{
color: #ADCB8D;
}
</style>
background-color css
<style>
a { background-color: #ADCB8D; }
a { background-color: rgb(173,203,141); }
div.DivClassName
{
background-color: #ADCB8D;
}
.BgClassName
{
background-color: #ADCB8D;
}
</style>
border-color css
<style>
span { border-color: #ADCB8D; }
span { border-color: rgb(173,203,141); }
td.TdClassName
{
border-color: #ADCB8D;
}
.TagClassName
{
border-color: #ADCB8D;
}
</style>