Shades of Feijoa #ADE072
Tints of Feijoa #ADE072
RGB
CMYK
RGB Variations
Color information
#ADE072 (or 0xADE072) is known color: Feijoa. HEX triplet: AD, E0 and 72. RGB value is (173,224,114). Sum of RGB (Red+Green+Blue) = 173+224+114=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE072 is #521F8D. Grayscale: #C4C4C4. Windows color (decimal): -5382030 or 7528621. OLE color: 7528621.
HSL color Cylindrical-coordinate representation of color #ADE072: hue angle of 87.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE072 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 114 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.12 |
| HSL | 87.82º | 0.64% | 0.66% | - |
| HSV(B) | 87.82º | 0.49% | 0.88% | - |
| XYZ | 46.93 | 63.41 | 25.69 | - |
| YUV | 196.21 | 81.6 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 114 | 0.23 | 0 | 0.49 | 0.12 | 87.82 | 0.64 | 0.66 |
| Hex | AD | E0 | 72 | 17 | 0 | 31 | C | 58 | 40 | 42 |
| Octal | 255 | 340 | 162 | 27 | 0 | 61 | 14 | 130 | 100 | 102 |
| Binary | 10101101 | 11100000 | 1110010 | 10111 | 0 | 110001 | 1100 | 1011000 | 1000000 | 1000010 |
Color Harmonies of #ADE072
Complementary color
Monochromatic Colors of #ADE072
Black with #ADE072
Text Example
Text Example
White with #ADE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE072; }
p { color: rgb(173,224,114); }
H1.HeaderClassName
{
color: #ADE072;
}
.AnyTagClassName
{
color: #ADE072;
}
</style>
background-color css
<style>
a { background-color: #ADE072; }
a { background-color: rgb(173,224,114); }
div.DivClassName
{
background-color: #ADE072;
}
.BgClassName
{
background-color: #ADE072;
}
</style>
border-color css
<style>
span { border-color: #ADE072; }
span { border-color: rgb(173,224,114); }
td.TdClassName
{
border-color: #ADE072;
}
.TagClassName
{
border-color: #ADE072;
}
</style>