Shades of Feijoa #ADE37A
Tints of Feijoa #ADE37A
RGB
CMYK
RGB Variations
Color information
#ADE37A (or 0xADE37A) is known color: Feijoa. HEX triplet: AD, E3 and 7A. RGB value is (173,227,122). Sum of RGB (Red+Green+Blue) = 173+227+122=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE37A is #521C85. Grayscale: #C7C7C7. Windows color (decimal): -5381254 or 8053677. OLE color: 8053677.
HSL color Cylindrical-coordinate representation of color #ADE37A: hue angle of 90.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE37A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 122 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.11 |
| HSL | 90.86º | 0.65% | 0.68% | - |
| HSV(B) | 90.86º | 0.46% | 0.89% | - |
| XYZ | 48.22 | 65.23 | 28.46 | - |
| YUV | 198.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 122 | 0.24 | 0 | 0.46 | 0.11 | 90.86 | 0.65 | 0.68 |
| Hex | AD | E3 | 7A | 18 | 0 | 2E | B | 5B | 41 | 44 |
| Octal | 255 | 343 | 172 | 30 | 0 | 56 | 13 | 133 | 101 | 104 |
| Binary | 10101101 | 11100011 | 1111010 | 11000 | 0 | 101110 | 1011 | 1011011 | 1000001 | 1000100 |
Color Harmonies of #ADE37A
Complementary color
Monochromatic Colors of #ADE37A
Black with #ADE37A
Text Example
Text Example
White with #ADE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE37A; }
p { color: rgb(173,227,122); }
H1.HeaderClassName
{
color: #ADE37A;
}
.AnyTagClassName
{
color: #ADE37A;
}
</style>
background-color css
<style>
a { background-color: #ADE37A; }
a { background-color: rgb(173,227,122); }
div.DivClassName
{
background-color: #ADE37A;
}
.BgClassName
{
background-color: #ADE37A;
}
</style>
border-color css
<style>
span { border-color: #ADE37A; }
span { border-color: rgb(173,227,122); }
td.TdClassName
{
border-color: #ADE37A;
}
.TagClassName
{
border-color: #ADE37A;
}
</style>