Shades of Feijoa #ADE070
Tints of Feijoa #ADE070
RGB
CMYK
RGB Variations
Color information
#ADE070 (or 0xADE070) is known color: Feijoa. HEX triplet: AD, E0 and 70. RGB value is (173,224,112). Sum of RGB (Red+Green+Blue) = 173+224+112=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE070 is #521F8F. Grayscale: #C4C4C4. Windows color (decimal): -5382032 or 7397549. OLE color: 7397549.
HSL color Cylindrical-coordinate representation of color #ADE070: hue angle of 87.32º degrees, saturation: 0.64, 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 #ADE070 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 112 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.12 |
| HSL | 87.32º | 0.64% | 0.66% | - |
| HSV(B) | 87.32º | 0.5% | 0.88% | - |
| XYZ | 46.81 | 63.37 | 25.09 | - |
| YUV | 195.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 112 | 0.23 | 0 | 0.50 | 0.12 | 87.32 | 0.64 | 0.66 |
| Hex | AD | E0 | 70 | 17 | 0 | 32 | C | 57 | 40 | 42 |
| Octal | 255 | 340 | 160 | 27 | 0 | 62 | 14 | 127 | 100 | 102 |
| Binary | 10101101 | 11100000 | 1110000 | 10111 | 0 | 110010 | 1100 | 1010111 | 1000000 | 1000010 |
Color Harmonies of #ADE070
Complementary color
Monochromatic Colors of #ADE070
Black with #ADE070
Text Example
Text Example
White with #ADE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE070; }
p { color: rgb(173,224,112); }
H1.HeaderClassName
{
color: #ADE070;
}
.AnyTagClassName
{
color: #ADE070;
}
</style>
background-color css
<style>
a { background-color: #ADE070; }
a { background-color: rgb(173,224,112); }
div.DivClassName
{
background-color: #ADE070;
}
.BgClassName
{
background-color: #ADE070;
}
</style>
border-color css
<style>
span { border-color: #ADE070; }
span { border-color: rgb(173,224,112); }
td.TdClassName
{
border-color: #ADE070;
}
.TagClassName
{
border-color: #ADE070;
}
</style>