Shades of Feijoa #ADDA6E
Tints of Feijoa #ADDA6E
RGB
CMYK
RGB Variations
Color information
#ADDA6E (or 0xADDA6E) is known color: Feijoa. HEX triplet: AD, DA and 6E. RGB value is (173,218,110). Sum of RGB (Red+Green+Blue) = 173+218+110=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA6E is #522591. Grayscale: #C0C0C0. Windows color (decimal): -5383570 or 7264941. OLE color: 7264941.
HSL color Cylindrical-coordinate representation of color #ADDA6E: hue angle of 85º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADDA6E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 110 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.15 |
| HSL | 85º | 0.59% | 0.64% | - |
| HSV(B) | 85º | 0.5% | 0.85% | - |
| XYZ | 45.12 | 60.15 | 23.98 | - |
| YUV | 192.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 110 | 0.21 | 0 | 0.50 | 0.15 | 85 | 0.59 | 0.64 |
| Hex | AD | DA | 6E | 15 | 0 | 32 | F | 55 | 3B | 40 |
| Octal | 255 | 332 | 156 | 25 | 0 | 62 | 17 | 125 | 73 | 100 |
| Binary | 10101101 | 11011010 | 1101110 | 10101 | 0 | 110010 | 1111 | 1010101 | 111011 | 1000000 |
Color Harmonies of #ADDA6E
Complementary color
Monochromatic Colors of #ADDA6E
Black with #ADDA6E
Text Example
Text Example
White with #ADDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA6E; }
p { color: rgb(173,218,110); }
H1.HeaderClassName
{
color: #ADDA6E;
}
.AnyTagClassName
{
color: #ADDA6E;
}
</style>
background-color css
<style>
a { background-color: #ADDA6E; }
a { background-color: rgb(173,218,110); }
div.DivClassName
{
background-color: #ADDA6E;
}
.BgClassName
{
background-color: #ADDA6E;
}
</style>
border-color css
<style>
span { border-color: #ADDA6E; }
span { border-color: rgb(173,218,110); }
td.TdClassName
{
border-color: #ADDA6E;
}
.TagClassName
{
border-color: #ADDA6E;
}
</style>