Shades of Feijoa #ADE772
Tints of Feijoa #ADE772
RGB
CMYK
RGB Variations
Color information
#ADE772 (or 0xADE772) is known color: Feijoa. HEX triplet: AD, E7 and 72. RGB value is (173,231,114). Sum of RGB (Red+Green+Blue) = 173+231+114=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE772 is #52188D. Grayscale: #C8C8C8. Windows color (decimal): -5380238 or 7530413. OLE color: 7530413.
HSL color Cylindrical-coordinate representation of color #ADE772: hue angle of 89.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE772 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 114 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.09 |
| HSL | 89.74º | 0.71% | 0.68% | - |
| HSV(B) | 89.74º | 0.51% | 0.91% | - |
| XYZ | 48.85 | 67.25 | 26.33 | - |
| YUV | 200.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 114 | 0.25 | 0 | 0.51 | 0.09 | 89.74 | 0.71 | 0.68 |
| Hex | AD | E7 | 72 | 19 | 0 | 33 | 9 | 5A | 47 | 44 |
| Octal | 255 | 347 | 162 | 31 | 0 | 63 | 11 | 132 | 107 | 104 |
| Binary | 10101101 | 11100111 | 1110010 | 11001 | 0 | 110011 | 1001 | 1011010 | 1000111 | 1000100 |
Color Harmonies of #ADE772
Complementary color
Monochromatic Colors of #ADE772
Black with #ADE772
Text Example
Text Example
White with #ADE772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE772; }
p { color: rgb(173,231,114); }
H1.HeaderClassName
{
color: #ADE772;
}
.AnyTagClassName
{
color: #ADE772;
}
</style>
background-color css
<style>
a { background-color: #ADE772; }
a { background-color: rgb(173,231,114); }
div.DivClassName
{
background-color: #ADE772;
}
.BgClassName
{
background-color: #ADE772;
}
</style>
border-color css
<style>
span { border-color: #ADE772; }
span { border-color: rgb(173,231,114); }
td.TdClassName
{
border-color: #ADE772;
}
.TagClassName
{
border-color: #ADE772;
}
</style>