Shades of Feijoa #ADE571
Tints of Feijoa #ADE571
RGB
CMYK
RGB Variations
Color information
#ADE571 (or 0xADE571) is known color: Feijoa. HEX triplet: AD, E5 and 71. RGB value is (173,229,113). Sum of RGB (Red+Green+Blue) = 173+229+113=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE571 is #521A8E. Grayscale: #C7C7C7. Windows color (decimal): -5380751 or 7464365. OLE color: 7464365.
HSL color Cylindrical-coordinate representation of color #ADE571: hue angle of 88.97º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE571 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 113 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.10 |
| HSL | 88.97º | 0.69% | 0.67% | - |
| HSV(B) | 88.97º | 0.51% | 0.9% | - |
| XYZ | 48.23 | 66.12 | 25.84 | - |
| YUV | 199.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 113 | 0.24 | 0 | 0.51 | 0.10 | 88.97 | 0.69 | 0.67 |
| Hex | AD | E5 | 71 | 18 | 0 | 33 | A | 59 | 45 | 43 |
| Octal | 255 | 345 | 161 | 30 | 0 | 63 | 12 | 131 | 105 | 103 |
| Binary | 10101101 | 11100101 | 1110001 | 11000 | 0 | 110011 | 1010 | 1011001 | 1000101 | 1000011 |
Color Harmonies of #ADE571
Complementary color
Monochromatic Colors of #ADE571
Black with #ADE571
Text Example
Text Example
White with #ADE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE571; }
p { color: rgb(173,229,113); }
H1.HeaderClassName
{
color: #ADE571;
}
.AnyTagClassName
{
color: #ADE571;
}
</style>
background-color css
<style>
a { background-color: #ADE571; }
a { background-color: rgb(173,229,113); }
div.DivClassName
{
background-color: #ADE571;
}
.BgClassName
{
background-color: #ADE571;
}
</style>
border-color css
<style>
span { border-color: #ADE571; }
span { border-color: rgb(173,229,113); }
td.TdClassName
{
border-color: #ADE571;
}
.TagClassName
{
border-color: #ADE571;
}
</style>