Shades of Feijoa #ADCD91
Tints of Feijoa #ADCD91
RGB
CMYK
RGB Variations
Color information
#ADCD91 (or 0xADCD91) is known color: Feijoa. HEX triplet: AD, CD and 91. RGB value is (173,205,145). Sum of RGB (Red+Green+Blue) = 173+205+145=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD91 is #52326E. Grayscale: #BCBCBC. Windows color (decimal): -5386863 or 9555373. OLE color: 9555373.
HSL color Cylindrical-coordinate representation of color #ADCD91: hue angle of 92º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCD91 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 145 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.20 |
| HSL | 92º | 0.38% | 0.69% | - |
| HSV(B) | 92º | 0.29% | 0.8% | - |
| XYZ | 44.18 | 54.59 | 35 | - |
| YUV | 188.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 145 | 0.16 | 0 | 0.29 | 0.20 | 92 | 0.38 | 0.69 |
| Hex | AD | CD | 91 | 10 | 0 | 1D | 14 | 5C | 26 | 45 |
| Octal | 255 | 315 | 221 | 20 | 0 | 35 | 24 | 134 | 46 | 105 |
| Binary | 10101101 | 11001101 | 10010001 | 10000 | 0 | 11101 | 10100 | 1011100 | 100110 | 1000101 |
Color Harmonies of #ADCD91
Complementary color
Monochromatic Colors of #ADCD91
Black with #ADCD91
Text Example
Text Example
White with #ADCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD91; }
p { color: rgb(173,205,145); }
H1.HeaderClassName
{
color: #ADCD91;
}
.AnyTagClassName
{
color: #ADCD91;
}
</style>
background-color css
<style>
a { background-color: #ADCD91; }
a { background-color: rgb(173,205,145); }
div.DivClassName
{
background-color: #ADCD91;
}
.BgClassName
{
background-color: #ADCD91;
}
</style>
border-color css
<style>
span { border-color: #ADCD91; }
span { border-color: rgb(173,205,145); }
td.TdClassName
{
border-color: #ADCD91;
}
.TagClassName
{
border-color: #ADCD91;
}
</style>