Shades of Feijoa #ADE170
Tints of Feijoa #ADE170
RGB
CMYK
RGB Variations
Color information
#ADE170 (or 0xADE170) is known color: Feijoa. HEX triplet: AD, E1 and 70. RGB value is (173,225,112). Sum of RGB (Red+Green+Blue) = 173+225+112=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE170 is #521E8F. Grayscale: #C4C4C4. Windows color (decimal): -5381776 or 7397805. OLE color: 7397805.
HSL color Cylindrical-coordinate representation of color #ADE170: hue angle of 87.61º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE170 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 112 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.12 |
| HSL | 87.61º | 0.65% | 0.66% | - |
| HSV(B) | 87.61º | 0.5% | 0.88% | - |
| XYZ | 47.08 | 63.9 | 25.18 | - |
| YUV | 196.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 112 | 0.23 | 0 | 0.50 | 0.12 | 87.61 | 0.65 | 0.66 |
| Hex | AD | E1 | 70 | 17 | 0 | 32 | C | 58 | 41 | 42 |
| Octal | 255 | 341 | 160 | 27 | 0 | 62 | 14 | 130 | 101 | 102 |
| Binary | 10101101 | 11100001 | 1110000 | 10111 | 0 | 110010 | 1100 | 1011000 | 1000001 | 1000010 |
Color Harmonies of #ADE170
Complementary color
Monochromatic Colors of #ADE170
Black with #ADE170
Text Example
Text Example
White with #ADE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE170; }
p { color: rgb(173,225,112); }
H1.HeaderClassName
{
color: #ADE170;
}
.AnyTagClassName
{
color: #ADE170;
}
</style>
background-color css
<style>
a { background-color: #ADE170; }
a { background-color: rgb(173,225,112); }
div.DivClassName
{
background-color: #ADE170;
}
.BgClassName
{
background-color: #ADE170;
}
</style>
border-color css
<style>
span { border-color: #ADE170; }
span { border-color: rgb(173,225,112); }
td.TdClassName
{
border-color: #ADE170;
}
.TagClassName
{
border-color: #ADE170;
}
</style>