Shades of Feijoa #ADE46E
Tints of Feijoa #ADE46E
RGB
CMYK
RGB Variations
Color information
#ADE46E (or 0xADE46E) is known color: Feijoa. HEX triplet: AD, E4 and 6E. RGB value is (173,228,110). Sum of RGB (Red+Green+Blue) = 173+228+110=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46E is #521B91. Grayscale: #C6C6C6. Windows color (decimal): -5381010 or 7267501. OLE color: 7267501.
HSL color Cylindrical-coordinate representation of color #ADE46E: hue angle of 87.97º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE46E is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 110 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.11 |
| HSL | 87.97º | 0.69% | 0.66% | - |
| HSV(B) | 87.97º | 0.52% | 0.89% | - |
| XYZ | 47.79 | 65.5 | 24.88 | - |
| YUV | 198.1 | 78.28 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 110 | 0.24 | 0 | 0.52 | 0.11 | 87.97 | 0.69 | 0.66 |
| Hex | AD | E4 | 6E | 18 | 0 | 34 | B | 58 | 45 | 42 |
| Octal | 255 | 344 | 156 | 30 | 0 | 64 | 13 | 130 | 105 | 102 |
| Binary | 10101101 | 11100100 | 1101110 | 11000 | 0 | 110100 | 1011 | 1011000 | 1000101 | 1000010 |
Color Harmonies of #ADE46E
Complementary color
Monochromatic Colors of #ADE46E
Black with #ADE46E
Text Example
Text Example
White with #ADE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE46E; }
p { color: rgb(173,228,110); }
H1.HeaderClassName
{
color: #ADE46E;
}
.AnyTagClassName
{
color: #ADE46E;
}
</style>
background-color css
<style>
a { background-color: #ADE46E; }
a { background-color: rgb(173,228,110); }
div.DivClassName
{
background-color: #ADE46E;
}
.BgClassName
{
background-color: #ADE46E;
}
</style>
border-color css
<style>
span { border-color: #ADE46E; }
span { border-color: rgb(173,228,110); }
td.TdClassName
{
border-color: #ADE46E;
}
.TagClassName
{
border-color: #ADE46E;
}
</style>