Shades of Feijoa #ADE76F
Tints of Feijoa #ADE76F
RGB
CMYK
RGB Variations
Color information
#ADE76F (or 0xADE76F) is known color: Feijoa. HEX triplet: AD, E7 and 6F. RGB value is (173,231,111). Sum of RGB (Red+Green+Blue) = 173+231+111=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE76F is #521890. Grayscale: #C8C8C8. Windows color (decimal): -5380241 or 7333805. OLE color: 7333805.
HSL color Cylindrical-coordinate representation of color #ADE76F: hue angle of 89º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE76F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 111 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.09 |
| HSL | 89º | 0.71% | 0.67% | - |
| HSV(B) | 89º | 0.52% | 0.91% | - |
| XYZ | 48.68 | 67.18 | 25.44 | - |
| YUV | 199.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 111 | 0.25 | 0 | 0.52 | 0.09 | 89 | 0.71 | 0.67 |
| Hex | AD | E7 | 6F | 19 | 0 | 34 | 9 | 59 | 47 | 43 |
| Octal | 255 | 347 | 157 | 31 | 0 | 64 | 11 | 131 | 107 | 103 |
| Binary | 10101101 | 11100111 | 1101111 | 11001 | 0 | 110100 | 1001 | 1011001 | 1000111 | 1000011 |
Color Harmonies of #ADE76F
Complementary color
Monochromatic Colors of #ADE76F
Black with #ADE76F
Text Example
Text Example
White with #ADE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE76F; }
p { color: rgb(173,231,111); }
H1.HeaderClassName
{
color: #ADE76F;
}
.AnyTagClassName
{
color: #ADE76F;
}
</style>
background-color css
<style>
a { background-color: #ADE76F; }
a { background-color: rgb(173,231,111); }
div.DivClassName
{
background-color: #ADE76F;
}
.BgClassName
{
background-color: #ADE76F;
}
</style>
border-color css
<style>
span { border-color: #ADE76F; }
span { border-color: rgb(173,231,111); }
td.TdClassName
{
border-color: #ADE76F;
}
.TagClassName
{
border-color: #ADE76F;
}
</style>