Shades of Feijoa #ADD880
Tints of Feijoa #ADD880
RGB
CMYK
RGB Variations
Color information
#ADD880 (or 0xADD880) is known color: Feijoa. HEX triplet: AD, D8 and 80. RGB value is (173,216,128). Sum of RGB (Red+Green+Blue) = 173+216+128=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD880 is #52277F. Grayscale: #C1C1C1. Windows color (decimal): -5384064 or 8444077. OLE color: 8444077.
HSL color Cylindrical-coordinate representation of color #ADD880: hue angle of 89.32º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADD880 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 128 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.15 |
| HSL | 89.32º | 0.53% | 0.67% | - |
| HSV(B) | 89.32º | 0.41% | 0.85% | - |
| XYZ | 45.69 | 59.55 | 29.51 | - |
| YUV | 193.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 128 | 0.20 | 0 | 0.41 | 0.15 | 89.32 | 0.53 | 0.67 |
| Hex | AD | D8 | 80 | 14 | 0 | 29 | F | 59 | 35 | 43 |
| Octal | 255 | 330 | 200 | 24 | 0 | 51 | 17 | 131 | 65 | 103 |
| Binary | 10101101 | 11011000 | 10000000 | 10100 | 0 | 101001 | 1111 | 1011001 | 110101 | 1000011 |
Color Harmonies of #ADD880
Complementary color
Monochromatic Colors of #ADD880
Black with #ADD880
Text Example
Text Example
White with #ADD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD880; }
p { color: rgb(173,216,128); }
H1.HeaderClassName
{
color: #ADD880;
}
.AnyTagClassName
{
color: #ADD880;
}
</style>
background-color css
<style>
a { background-color: #ADD880; }
a { background-color: rgb(173,216,128); }
div.DivClassName
{
background-color: #ADD880;
}
.BgClassName
{
background-color: #ADD880;
}
</style>
border-color css
<style>
span { border-color: #ADD880; }
span { border-color: rgb(173,216,128); }
td.TdClassName
{
border-color: #ADD880;
}
.TagClassName
{
border-color: #ADD880;
}
</style>