Shades of Feijoa #ADE473
Tints of Feijoa #ADE473
RGB
CMYK
RGB Variations
Color information
#ADE473 (or 0xADE473) is known color: Feijoa. HEX triplet: AD, E4 and 73. RGB value is (173,228,115). Sum of RGB (Red+Green+Blue) = 173+228+115=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE473 is #521B8C. Grayscale: #C7C7C7. Windows color (decimal): -5381005 or 7595181. OLE color: 7595181.
HSL color Cylindrical-coordinate representation of color #ADE473: hue angle of 89.2º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE473 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 115 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.11 |
| HSL | 89.2º | 0.68% | 0.67% | - |
| HSV(B) | 89.2º | 0.5% | 0.89% | - |
| XYZ | 48.07 | 65.61 | 26.35 | - |
| YUV | 198.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 115 | 0.24 | 0 | 0.50 | 0.11 | 89.2 | 0.68 | 0.67 |
| Hex | AD | E4 | 73 | 18 | 0 | 32 | B | 59 | 44 | 43 |
| Octal | 255 | 344 | 163 | 30 | 0 | 62 | 13 | 131 | 104 | 103 |
| Binary | 10101101 | 11100100 | 1110011 | 11000 | 0 | 110010 | 1011 | 1011001 | 1000100 | 1000011 |
Color Harmonies of #ADE473
Complementary color
Monochromatic Colors of #ADE473
Black with #ADE473
Text Example
Text Example
White with #ADE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE473; }
p { color: rgb(173,228,115); }
H1.HeaderClassName
{
color: #ADE473;
}
.AnyTagClassName
{
color: #ADE473;
}
</style>
background-color css
<style>
a { background-color: #ADE473; }
a { background-color: rgb(173,228,115); }
div.DivClassName
{
background-color: #ADE473;
}
.BgClassName
{
background-color: #ADE473;
}
</style>
border-color css
<style>
span { border-color: #ADE473; }
span { border-color: rgb(173,228,115); }
td.TdClassName
{
border-color: #ADE473;
}
.TagClassName
{
border-color: #ADE473;
}
</style>