Shades of Feijoa #ADE37E
Tints of Feijoa #ADE37E
RGB
CMYK
RGB Variations
Color information
#ADE37E (or 0xADE37E) is known color: Feijoa. HEX triplet: AD, E3 and 7E. RGB value is (173,227,126). Sum of RGB (Red+Green+Blue) = 173+227+126=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE37E is #521C81. Grayscale: #C7C7C7. Windows color (decimal): -5381250 or 8315821. OLE color: 8315821.
HSL color Cylindrical-coordinate representation of color #ADE37E: hue angle of 92.08º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE37E is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 126 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.11 |
| HSL | 92.08º | 0.64% | 0.69% | - |
| HSV(B) | 92.08º | 0.44% | 0.89% | - |
| XYZ | 48.47 | 65.33 | 29.79 | - |
| YUV | 199.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 126 | 0.24 | 0 | 0.44 | 0.11 | 92.08 | 0.64 | 0.69 |
| Hex | AD | E3 | 7E | 18 | 0 | 2C | B | 5C | 40 | 45 |
| Octal | 255 | 343 | 176 | 30 | 0 | 54 | 13 | 134 | 100 | 105 |
| Binary | 10101101 | 11100011 | 1111110 | 11000 | 0 | 101100 | 1011 | 1011100 | 1000000 | 1000101 |
Color Harmonies of #ADE37E
Complementary color
Monochromatic Colors of #ADE37E
Black with #ADE37E
Text Example
Text Example
White with #ADE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE37E; }
p { color: rgb(173,227,126); }
H1.HeaderClassName
{
color: #ADE37E;
}
.AnyTagClassName
{
color: #ADE37E;
}
</style>
background-color css
<style>
a { background-color: #ADE37E; }
a { background-color: rgb(173,227,126); }
div.DivClassName
{
background-color: #ADE37E;
}
.BgClassName
{
background-color: #ADE37E;
}
</style>
border-color css
<style>
span { border-color: #ADE37E; }
span { border-color: rgb(173,227,126); }
td.TdClassName
{
border-color: #ADE37E;
}
.TagClassName
{
border-color: #ADE37E;
}
</style>