Shades of Feijoa #ADE471
Tints of Feijoa #ADE471
RGB
CMYK
RGB Variations
Color information
#ADE471 (or 0xADE471) is known color: Feijoa. HEX triplet: AD, E4 and 71. RGB value is (173,228,113). Sum of RGB (Red+Green+Blue) = 173+228+113=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE471 is #521B8E. Grayscale: #C6C6C6. Windows color (decimal): -5381007 or 7464109. OLE color: 7464109.
HSL color Cylindrical-coordinate representation of color #ADE471: hue angle of 88.7º 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 #ADE471 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 113 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.11 |
| HSL | 88.7º | 0.68% | 0.67% | - |
| HSV(B) | 88.7º | 0.5% | 0.89% | - |
| XYZ | 47.96 | 65.56 | 25.75 | - |
| YUV | 198.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 113 | 0.24 | 0 | 0.50 | 0.11 | 88.7 | 0.68 | 0.67 |
| Hex | AD | E4 | 71 | 18 | 0 | 32 | B | 59 | 44 | 43 |
| Octal | 255 | 344 | 161 | 30 | 0 | 62 | 13 | 131 | 104 | 103 |
| Binary | 10101101 | 11100100 | 1110001 | 11000 | 0 | 110010 | 1011 | 1011001 | 1000100 | 1000011 |
Color Harmonies of #ADE471
Complementary color
Monochromatic Colors of #ADE471
Black with #ADE471
Text Example
Text Example
White with #ADE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE471; }
p { color: rgb(173,228,113); }
H1.HeaderClassName
{
color: #ADE471;
}
.AnyTagClassName
{
color: #ADE471;
}
</style>
background-color css
<style>
a { background-color: #ADE471; }
a { background-color: rgb(173,228,113); }
div.DivClassName
{
background-color: #ADE471;
}
.BgClassName
{
background-color: #ADE471;
}
</style>
border-color css
<style>
span { border-color: #ADE471; }
span { border-color: rgb(173,228,113); }
td.TdClassName
{
border-color: #ADE471;
}
.TagClassName
{
border-color: #ADE471;
}
</style>