Shades of Feijoa #ADCF8D
Tints of Feijoa #ADCF8D
RGB
CMYK
RGB Variations
Color information
#ADCF8D (or 0xADCF8D) is known color: Feijoa. HEX triplet: AD, CF and 8D. RGB value is (173,207,141). Sum of RGB (Red+Green+Blue) = 173+207+141=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF8D is #523072. Grayscale: #BDBDBD. Windows color (decimal): -5386355 or 9293741. OLE color: 9293741.
HSL color Cylindrical-coordinate representation of color #ADCF8D: hue angle of 90.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCF8D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 141 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.19 |
| HSL | 90.91º | 0.41% | 0.68% | - |
| HSV(B) | 90.91º | 0.32% | 0.81% | - |
| XYZ | 44.35 | 55.43 | 33.56 | - |
| YUV | 189.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 141 | 0.16 | 0 | 0.32 | 0.19 | 90.91 | 0.41 | 0.68 |
| Hex | AD | CF | 8D | 10 | 0 | 20 | 13 | 5B | 29 | 44 |
| Octal | 255 | 317 | 215 | 20 | 0 | 40 | 23 | 133 | 51 | 104 |
| Binary | 10101101 | 11001111 | 10001101 | 10000 | 0 | 100000 | 10011 | 1011011 | 101001 | 1000100 |
Color Harmonies of #ADCF8D
Complementary color
Monochromatic Colors of #ADCF8D
Black with #ADCF8D
Text Example
Text Example
White with #ADCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF8D; }
p { color: rgb(173,207,141); }
H1.HeaderClassName
{
color: #ADCF8D;
}
.AnyTagClassName
{
color: #ADCF8D;
}
</style>
background-color css
<style>
a { background-color: #ADCF8D; }
a { background-color: rgb(173,207,141); }
div.DivClassName
{
background-color: #ADCF8D;
}
.BgClassName
{
background-color: #ADCF8D;
}
</style>
border-color css
<style>
span { border-color: #ADCF8D; }
span { border-color: rgb(173,207,141); }
td.TdClassName
{
border-color: #ADCF8D;
}
.TagClassName
{
border-color: #ADCF8D;
}
</style>