Shades of Feijoa #ADE470
Tints of Feijoa #ADE470
RGB
CMYK
RGB Variations
Color information
#ADE470 (or 0xADE470) is known color: Feijoa. HEX triplet: AD, E4 and 70. RGB value is (173,228,112). Sum of RGB (Red+Green+Blue) = 173+228+112=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE470 is #521B8F. Grayscale: #C6C6C6. Windows color (decimal): -5381008 or 7398573. OLE color: 7398573.
HSL color Cylindrical-coordinate representation of color #ADE470: hue angle of 88.45º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE470 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 112 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.11 |
| HSL | 88.45º | 0.68% | 0.67% | - |
| HSV(B) | 88.45º | 0.51% | 0.89% | - |
| XYZ | 47.9 | 65.54 | 25.46 | - |
| YUV | 198.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 112 | 0.24 | 0 | 0.51 | 0.11 | 88.45 | 0.68 | 0.67 |
| Hex | AD | E4 | 70 | 18 | 0 | 33 | B | 58 | 44 | 43 |
| Octal | 255 | 344 | 160 | 30 | 0 | 63 | 13 | 130 | 104 | 103 |
| Binary | 10101101 | 11100100 | 1110000 | 11000 | 0 | 110011 | 1011 | 1011000 | 1000100 | 1000011 |
Color Harmonies of #ADE470
Complementary color
Monochromatic Colors of #ADE470
Black with #ADE470
Text Example
Text Example
White with #ADE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE470; }
p { color: rgb(173,228,112); }
H1.HeaderClassName
{
color: #ADE470;
}
.AnyTagClassName
{
color: #ADE470;
}
</style>
background-color css
<style>
a { background-color: #ADE470; }
a { background-color: rgb(173,228,112); }
div.DivClassName
{
background-color: #ADE470;
}
.BgClassName
{
background-color: #ADE470;
}
</style>
border-color css
<style>
span { border-color: #ADE470; }
span { border-color: rgb(173,228,112); }
td.TdClassName
{
border-color: #ADE470;
}
.TagClassName
{
border-color: #ADE470;
}
</style>