Shades of Feijoa #ADE071
Tints of Feijoa #ADE071
RGB
CMYK
RGB Variations
Color information
#ADE071 (or 0xADE071) is known color: Feijoa. HEX triplet: AD, E0 and 71. RGB value is (173,224,113). Sum of RGB (Red+Green+Blue) = 173+224+113=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE071 is #521F8E. Grayscale: #C4C4C4. Windows color (decimal): -5382031 or 7463085. OLE color: 7463085.
HSL color Cylindrical-coordinate representation of color #ADE071: hue angle of 87.57º 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 #ADE071 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 113 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.12 |
| HSL | 87.57º | 0.64% | 0.66% | - |
| HSV(B) | 87.57º | 0.5% | 0.88% | - |
| XYZ | 46.87 | 63.39 | 25.39 | - |
| YUV | 196.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 113 | 0.23 | 0 | 0.50 | 0.12 | 87.57 | 0.64 | 0.66 |
| Hex | AD | E0 | 71 | 17 | 0 | 32 | C | 58 | 40 | 42 |
| Octal | 255 | 340 | 161 | 27 | 0 | 62 | 14 | 130 | 100 | 102 |
| Binary | 10101101 | 11100000 | 1110001 | 10111 | 0 | 110010 | 1100 | 1011000 | 1000000 | 1000010 |
Color Harmonies of #ADE071
Complementary color
Monochromatic Colors of #ADE071
Black with #ADE071
Text Example
Text Example
White with #ADE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE071; }
p { color: rgb(173,224,113); }
H1.HeaderClassName
{
color: #ADE071;
}
.AnyTagClassName
{
color: #ADE071;
}
</style>
background-color css
<style>
a { background-color: #ADE071; }
a { background-color: rgb(173,224,113); }
div.DivClassName
{
background-color: #ADE071;
}
.BgClassName
{
background-color: #ADE071;
}
</style>
border-color css
<style>
span { border-color: #ADE071; }
span { border-color: rgb(173,224,113); }
td.TdClassName
{
border-color: #ADE071;
}
.TagClassName
{
border-color: #ADE071;
}
</style>