Shades of Feijoa #ADCC90
Tints of Feijoa #ADCC90
RGB
CMYK
RGB Variations
Color information
#ADCC90 (or 0xADCC90) is known color: Feijoa. HEX triplet: AD, CC and 90. RGB value is (173,204,144). Sum of RGB (Red+Green+Blue) = 173+204+144=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC90 is #52336F. Grayscale: #BCBCBC. Windows color (decimal): -5387120 or 9489581. OLE color: 9489581.
HSL color Cylindrical-coordinate representation of color #ADCC90: hue angle of 91º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCC90 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 144 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.2 |
| HSL | 91º | 0.37% | 0.68% | - |
| HSV(B) | 91º | 0.29% | 0.8% | - |
| XYZ | 43.86 | 54.08 | 34.51 | - |
| YUV | 187.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 144 | 0.15 | 0 | 0.29 | 0.2 | 91 | 0.37 | 0.68 |
| Hex | AD | CC | 90 | F | 0 | 1D | 14 | 5B | 25 | 44 |
| Octal | 255 | 314 | 220 | 17 | 0 | 35 | 24 | 133 | 45 | 104 |
| Binary | 10101101 | 11001100 | 10010000 | 1111 | 0 | 11101 | 10100 | 1011011 | 100101 | 1000100 |
Color Harmonies of #ADCC90
Complementary color
Monochromatic Colors of #ADCC90
Black with #ADCC90
Text Example
Text Example
White with #ADCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC90; }
p { color: rgb(173,204,144); }
H1.HeaderClassName
{
color: #ADCC90;
}
.AnyTagClassName
{
color: #ADCC90;
}
</style>
background-color css
<style>
a { background-color: #ADCC90; }
a { background-color: rgb(173,204,144); }
div.DivClassName
{
background-color: #ADCC90;
}
.BgClassName
{
background-color: #ADCC90;
}
</style>
border-color css
<style>
span { border-color: #ADCC90; }
span { border-color: rgb(173,204,144); }
td.TdClassName
{
border-color: #ADCC90;
}
.TagClassName
{
border-color: #ADCC90;
}
</style>