Shades of Feijoa #ADD37E
Tints of Feijoa #ADD37E
RGB
CMYK
RGB Variations
Color information
#ADD37E (or 0xADD37E) is known color: Feijoa. HEX triplet: AD, D3 and 7E. RGB value is (173,211,126). Sum of RGB (Red+Green+Blue) = 173+211+126=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD37E is #522C81. Grayscale: #BEBEBE. Windows color (decimal): -5385346 or 8311725. OLE color: 8311725.
HSL color Cylindrical-coordinate representation of color #ADD37E: hue angle of 86.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD37E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 126 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.17 |
| HSL | 86.82º | 0.49% | 0.66% | - |
| HSV(B) | 86.82º | 0.4% | 0.83% | - |
| XYZ | 44.29 | 56.98 | 28.4 | - |
| YUV | 189.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 126 | 0.18 | 0 | 0.40 | 0.17 | 86.82 | 0.49 | 0.66 |
| Hex | AD | D3 | 7E | 12 | 0 | 28 | 11 | 57 | 31 | 42 |
| Octal | 255 | 323 | 176 | 22 | 0 | 50 | 21 | 127 | 61 | 102 |
| Binary | 10101101 | 11010011 | 1111110 | 10010 | 0 | 101000 | 10001 | 1010111 | 110001 | 1000010 |
Color Harmonies of #ADD37E
Complementary color
Monochromatic Colors of #ADD37E
Black with #ADD37E
Text Example
Text Example
White with #ADD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD37E; }
p { color: rgb(173,211,126); }
H1.HeaderClassName
{
color: #ADD37E;
}
.AnyTagClassName
{
color: #ADD37E;
}
</style>
background-color css
<style>
a { background-color: #ADD37E; }
a { background-color: rgb(173,211,126); }
div.DivClassName
{
background-color: #ADD37E;
}
.BgClassName
{
background-color: #ADD37E;
}
</style>
border-color css
<style>
span { border-color: #ADD37E; }
span { border-color: rgb(173,211,126); }
td.TdClassName
{
border-color: #ADD37E;
}
.TagClassName
{
border-color: #ADD37E;
}
</style>