Shades of Feijoa #ADD881
Tints of Feijoa #ADD881
RGB
CMYK
RGB Variations
Color information
#ADD881 (or 0xADD881) is known color: Feijoa. HEX triplet: AD, D8 and 81. RGB value is (173,216,129). Sum of RGB (Red+Green+Blue) = 173+216+129=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD881 is #52277E. Grayscale: #C1C1C1. Windows color (decimal): -5384063 or 8509613. OLE color: 8509613.
HSL color Cylindrical-coordinate representation of color #ADD881: hue angle of 89.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD881 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 129 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.15 |
| HSL | 89.66º | 0.53% | 0.68% | - |
| HSV(B) | 89.66º | 0.4% | 0.85% | - |
| XYZ | 45.75 | 59.58 | 29.86 | - |
| YUV | 193.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 129 | 0.20 | 0 | 0.40 | 0.15 | 89.66 | 0.53 | 0.68 |
| Hex | AD | D8 | 81 | 14 | 0 | 28 | F | 5A | 35 | 44 |
| Octal | 255 | 330 | 201 | 24 | 0 | 50 | 17 | 132 | 65 | 104 |
| Binary | 10101101 | 11011000 | 10000001 | 10100 | 0 | 101000 | 1111 | 1011010 | 110101 | 1000100 |
Color Harmonies of #ADD881
Complementary color
Monochromatic Colors of #ADD881
Black with #ADD881
Text Example
Text Example
White with #ADD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD881; }
p { color: rgb(173,216,129); }
H1.HeaderClassName
{
color: #ADD881;
}
.AnyTagClassName
{
color: #ADD881;
}
</style>
background-color css
<style>
a { background-color: #ADD881; }
a { background-color: rgb(173,216,129); }
div.DivClassName
{
background-color: #ADD881;
}
.BgClassName
{
background-color: #ADD881;
}
</style>
border-color css
<style>
span { border-color: #ADD881; }
span { border-color: rgb(173,216,129); }
td.TdClassName
{
border-color: #ADD881;
}
.TagClassName
{
border-color: #ADD881;
}
</style>