Shades of Feijoa #ADE570
Tints of Feijoa #ADE570
RGB
CMYK
RGB Variations
Color information
#ADE570 (or 0xADE570) is known color: Feijoa. HEX triplet: AD, E5 and 70. RGB value is (173,229,112). Sum of RGB (Red+Green+Blue) = 173+229+112=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE570 is #521A8F. Grayscale: #C7C7C7. Windows color (decimal): -5380752 or 7398829. OLE color: 7398829.
HSL color Cylindrical-coordinate representation of color #ADE570: hue angle of 88.72º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE570 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 112 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.10 |
| HSL | 88.72º | 0.69% | 0.67% | - |
| HSV(B) | 88.72º | 0.51% | 0.9% | - |
| XYZ | 48.18 | 66.09 | 25.55 | - |
| YUV | 198.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 112 | 0.24 | 0 | 0.51 | 0.10 | 88.72 | 0.69 | 0.67 |
| Hex | AD | E5 | 70 | 18 | 0 | 33 | A | 59 | 45 | 43 |
| Octal | 255 | 345 | 160 | 30 | 0 | 63 | 12 | 131 | 105 | 103 |
| Binary | 10101101 | 11100101 | 1110000 | 11000 | 0 | 110011 | 1010 | 1011001 | 1000101 | 1000011 |
Color Harmonies of #ADE570
Complementary color
Monochromatic Colors of #ADE570
Black with #ADE570
Text Example
Text Example
White with #ADE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE570; }
p { color: rgb(173,229,112); }
H1.HeaderClassName
{
color: #ADE570;
}
.AnyTagClassName
{
color: #ADE570;
}
</style>
background-color css
<style>
a { background-color: #ADE570; }
a { background-color: rgb(173,229,112); }
div.DivClassName
{
background-color: #ADE570;
}
.BgClassName
{
background-color: #ADE570;
}
</style>
border-color css
<style>
span { border-color: #ADE570; }
span { border-color: rgb(173,229,112); }
td.TdClassName
{
border-color: #ADE570;
}
.TagClassName
{
border-color: #ADE570;
}
</style>