Shades of Feijoa #ADDD7E
Tints of Feijoa #ADDD7E
RGB
CMYK
RGB Variations
Color information
#ADDD7E (or 0xADDD7E) is known color: Feijoa. HEX triplet: AD, DD and 7E. RGB value is (173,221,126). Sum of RGB (Red+Green+Blue) = 173+221+126=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD7E is #522281. Grayscale: #C4C4C4. Windows color (decimal): -5382786 or 8314285. OLE color: 8314285.
HSL color Cylindrical-coordinate representation of color #ADDD7E: hue angle of 90.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDD7E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 126 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.13 |
| HSL | 90.32º | 0.58% | 0.68% | - |
| HSV(B) | 90.32º | 0.43% | 0.87% | - |
| XYZ | 46.86 | 62.1 | 29.26 | - |
| YUV | 195.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 126 | 0.22 | 0 | 0.43 | 0.13 | 90.32 | 0.58 | 0.68 |
| Hex | AD | DD | 7E | 16 | 0 | 2B | D | 5A | 3A | 44 |
| Octal | 255 | 335 | 176 | 26 | 0 | 53 | 15 | 132 | 72 | 104 |
| Binary | 10101101 | 11011101 | 1111110 | 10110 | 0 | 101011 | 1101 | 1011010 | 111010 | 1000100 |
Color Harmonies of #ADDD7E
Complementary color
Monochromatic Colors of #ADDD7E
Black with #ADDD7E
Text Example
Text Example
White with #ADDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD7E; }
p { color: rgb(173,221,126); }
H1.HeaderClassName
{
color: #ADDD7E;
}
.AnyTagClassName
{
color: #ADDD7E;
}
</style>
background-color css
<style>
a { background-color: #ADDD7E; }
a { background-color: rgb(173,221,126); }
div.DivClassName
{
background-color: #ADDD7E;
}
.BgClassName
{
background-color: #ADDD7E;
}
</style>
border-color css
<style>
span { border-color: #ADDD7E; }
span { border-color: rgb(173,221,126); }
td.TdClassName
{
border-color: #ADDD7E;
}
.TagClassName
{
border-color: #ADDD7E;
}
</style>