Shades of Feijoa #ADE26E
Tints of Feijoa #ADE26E
RGB
CMYK
RGB Variations
Color information
#ADE26E (or 0xADE26E) is known color: Feijoa. HEX triplet: AD, E2 and 6E. RGB value is (173,226,110). Sum of RGB (Red+Green+Blue) = 173+226+110=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE26E is #521D91. Grayscale: #C5C5C5. Windows color (decimal): -5381522 or 7266989. OLE color: 7266989.
HSL color Cylindrical-coordinate representation of color #ADE26E: hue angle of 87.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE26E is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 110 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.11 |
| HSL | 87.41º | 0.67% | 0.66% | - |
| HSV(B) | 87.41º | 0.51% | 0.89% | - |
| XYZ | 47.24 | 64.4 | 24.69 | - |
| YUV | 196.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 110 | 0.23 | 0 | 0.51 | 0.11 | 87.41 | 0.67 | 0.66 |
| Hex | AD | E2 | 6E | 17 | 0 | 33 | B | 57 | 43 | 42 |
| Octal | 255 | 342 | 156 | 27 | 0 | 63 | 13 | 127 | 103 | 102 |
| Binary | 10101101 | 11100010 | 1101110 | 10111 | 0 | 110011 | 1011 | 1010111 | 1000011 | 1000010 |
Color Harmonies of #ADE26E
Complementary color
Monochromatic Colors of #ADE26E
Black with #ADE26E
Text Example
Text Example
White with #ADE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE26E; }
p { color: rgb(173,226,110); }
H1.HeaderClassName
{
color: #ADE26E;
}
.AnyTagClassName
{
color: #ADE26E;
}
</style>
background-color css
<style>
a { background-color: #ADE26E; }
a { background-color: rgb(173,226,110); }
div.DivClassName
{
background-color: #ADE26E;
}
.BgClassName
{
background-color: #ADE26E;
}
</style>
border-color css
<style>
span { border-color: #ADE26E; }
span { border-color: rgb(173,226,110); }
td.TdClassName
{
border-color: #ADE26E;
}
.TagClassName
{
border-color: #ADE26E;
}
</style>