Shades of Feijoa #ADE86E
Tints of Feijoa #ADE86E
RGB
CMYK
RGB Variations
Color information
#ADE86E (or 0xADE86E) is known color: Feijoa. HEX triplet: AD, E8 and 6E. RGB value is (173,232,110). Sum of RGB (Red+Green+Blue) = 173+232+110=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE86E is #521791. Grayscale: #C8C8C8. Windows color (decimal): -5379986 or 7268525. OLE color: 7268525.
HSL color Cylindrical-coordinate representation of color #ADE86E: hue angle of 89.02º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE86E is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 110 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 89.02º | 0.73% | 0.67% | - |
| HSV(B) | 89.02º | 0.53% | 0.91% | - |
| XYZ | 48.9 | 67.72 | 25.25 | - |
| YUV | 200.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 110 | 0.25 | 0 | 0.53 | 0.09 | 89.02 | 0.73 | 0.67 |
| Hex | AD | E8 | 6E | 19 | 0 | 35 | 9 | 59 | 49 | 43 |
| Octal | 255 | 350 | 156 | 31 | 0 | 65 | 11 | 131 | 111 | 103 |
| Binary | 10101101 | 11101000 | 1101110 | 11001 | 0 | 110101 | 1001 | 1011001 | 1001001 | 1000011 |
Color Harmonies of #ADE86E
Complementary color
Monochromatic Colors of #ADE86E
Black with #ADE86E
Text Example
Text Example
White with #ADE86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE86E; }
p { color: rgb(173,232,110); }
H1.HeaderClassName
{
color: #ADE86E;
}
.AnyTagClassName
{
color: #ADE86E;
}
</style>
background-color css
<style>
a { background-color: #ADE86E; }
a { background-color: rgb(173,232,110); }
div.DivClassName
{
background-color: #ADE86E;
}
.BgClassName
{
background-color: #ADE86E;
}
</style>
border-color css
<style>
span { border-color: #ADE86E; }
span { border-color: rgb(173,232,110); }
td.TdClassName
{
border-color: #ADE86E;
}
.TagClassName
{
border-color: #ADE86E;
}
</style>