Shades of Feijoa #ADDD6E
Tints of Feijoa #ADDD6E
RGB
CMYK
RGB Variations
Color information
#ADDD6E (or 0xADDD6E) is known color: Feijoa. HEX triplet: AD, DD and 6E. RGB value is (173,221,110). Sum of RGB (Red+Green+Blue) = 173+221+110=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD6E is #522291. Grayscale: #C2C2C2. Windows color (decimal): -5382802 or 7265709. OLE color: 7265709.
HSL color Cylindrical-coordinate representation of color #ADDD6E: hue angle of 85.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADDD6E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 110 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.13 |
| HSL | 85.95º | 0.62% | 0.65% | - |
| HSV(B) | 85.95º | 0.5% | 0.87% | - |
| XYZ | 45.9 | 61.72 | 24.25 | - |
| YUV | 193.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 110 | 0.22 | 0 | 0.50 | 0.13 | 85.95 | 0.62 | 0.65 |
| Hex | AD | DD | 6E | 16 | 0 | 32 | D | 56 | 3E | 41 |
| Octal | 255 | 335 | 156 | 26 | 0 | 62 | 15 | 126 | 76 | 101 |
| Binary | 10101101 | 11011101 | 1101110 | 10110 | 0 | 110010 | 1101 | 1010110 | 111110 | 1000001 |
Color Harmonies of #ADDD6E
Complementary color
Monochromatic Colors of #ADDD6E
Black with #ADDD6E
Text Example
Text Example
White with #ADDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD6E; }
p { color: rgb(173,221,110); }
H1.HeaderClassName
{
color: #ADDD6E;
}
.AnyTagClassName
{
color: #ADDD6E;
}
</style>
background-color css
<style>
a { background-color: #ADDD6E; }
a { background-color: rgb(173,221,110); }
div.DivClassName
{
background-color: #ADDD6E;
}
.BgClassName
{
background-color: #ADDD6E;
}
</style>
border-color css
<style>
span { border-color: #ADDD6E; }
span { border-color: rgb(173,221,110); }
td.TdClassName
{
border-color: #ADDD6E;
}
.TagClassName
{
border-color: #ADDD6E;
}
</style>