Shades of Feijoa #ADCD90
Tints of Feijoa #ADCD90
RGB
CMYK
RGB Variations
Color information
#ADCD90 (or 0xADCD90) is known color: Feijoa. HEX triplet: AD, CD and 90. RGB value is (173,205,144). Sum of RGB (Red+Green+Blue) = 173+205+144=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD90 is #52326F. Grayscale: #BCBCBC. Windows color (decimal): -5386864 or 9489837. OLE color: 9489837.
HSL color Cylindrical-coordinate representation of color #ADCD90: hue angle of 91.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCD90 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 144 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.20 |
| HSL | 91.48º | 0.38% | 0.68% | - |
| HSV(B) | 91.48º | 0.3% | 0.8% | - |
| XYZ | 44.1 | 54.56 | 34.59 | - |
| YUV | 188.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 144 | 0.16 | 0 | 0.30 | 0.20 | 91.48 | 0.38 | 0.68 |
| Hex | AD | CD | 90 | 10 | 0 | 1E | 14 | 5B | 26 | 44 |
| Octal | 255 | 315 | 220 | 20 | 0 | 36 | 24 | 133 | 46 | 104 |
| Binary | 10101101 | 11001101 | 10010000 | 10000 | 0 | 11110 | 10100 | 1011011 | 100110 | 1000100 |
Color Harmonies of #ADCD90
Complementary color
Monochromatic Colors of #ADCD90
Black with #ADCD90
Text Example
Text Example
White with #ADCD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD90; }
p { color: rgb(173,205,144); }
H1.HeaderClassName
{
color: #ADCD90;
}
.AnyTagClassName
{
color: #ADCD90;
}
</style>
background-color css
<style>
a { background-color: #ADCD90; }
a { background-color: rgb(173,205,144); }
div.DivClassName
{
background-color: #ADCD90;
}
.BgClassName
{
background-color: #ADCD90;
}
</style>
border-color css
<style>
span { border-color: #ADCD90; }
span { border-color: rgb(173,205,144); }
td.TdClassName
{
border-color: #ADCD90;
}
.TagClassName
{
border-color: #ADCD90;
}
</style>