Shades of Feijoa #ADE870
Tints of Feijoa #ADE870
RGB
CMYK
RGB Variations
Color information
#ADE870 (or 0xADE870) is known color: Feijoa. HEX triplet: AD, E8 and 70. RGB value is (173,232,112). Sum of RGB (Red+Green+Blue) = 173+232+112=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE870 is #52178F. Grayscale: #C9C9C9. Windows color (decimal): -5379984 or 7399597. OLE color: 7399597.
HSL color Cylindrical-coordinate representation of color #ADE870: hue angle of 89.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE870 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 112 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.09 |
| HSL | 89.5º | 0.72% | 0.67% | - |
| HSV(B) | 89.5º | 0.52% | 0.91% | - |
| XYZ | 49.01 | 67.77 | 25.83 | - |
| YUV | 200.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 112 | 0.25 | 0 | 0.52 | 0.09 | 89.5 | 0.72 | 0.67 |
| Hex | AD | E8 | 70 | 19 | 0 | 34 | 9 | 5A | 48 | 43 |
| Octal | 255 | 350 | 160 | 31 | 0 | 64 | 11 | 132 | 110 | 103 |
| Binary | 10101101 | 11101000 | 1110000 | 11001 | 0 | 110100 | 1001 | 1011010 | 1001000 | 1000011 |
Color Harmonies of #ADE870
Complementary color
Monochromatic Colors of #ADE870
Black with #ADE870
Text Example
Text Example
White with #ADE870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE870; }
p { color: rgb(173,232,112); }
H1.HeaderClassName
{
color: #ADE870;
}
.AnyTagClassName
{
color: #ADE870;
}
</style>
background-color css
<style>
a { background-color: #ADE870; }
a { background-color: rgb(173,232,112); }
div.DivClassName
{
background-color: #ADE870;
}
.BgClassName
{
background-color: #ADE870;
}
</style>
border-color css
<style>
span { border-color: #ADE870; }
span { border-color: rgb(173,232,112); }
td.TdClassName
{
border-color: #ADE870;
}
.TagClassName
{
border-color: #ADE870;
}
</style>