Shades of Feijoa #ADD080
Tints of Feijoa #ADD080
RGB
CMYK
RGB Variations
Color information
#ADD080 (or 0xADD080) is known color: Feijoa. HEX triplet: AD, D0 and 80. RGB value is (173,208,128). Sum of RGB (Red+Green+Blue) = 173+208+128=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD080 is #522F7F. Grayscale: #BCBCBC. Windows color (decimal): -5386112 or 8442029. OLE color: 8442029.
HSL color Cylindrical-coordinate representation of color #ADD080: hue angle of 86.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD080 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 128 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.18 |
| HSL | 86.25º | 0.46% | 0.66% | - |
| HSV(B) | 86.25º | 0.38% | 0.82% | - |
| XYZ | 43.69 | 55.55 | 28.84 | - |
| YUV | 188.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 128 | 0.17 | 0 | 0.38 | 0.18 | 86.25 | 0.46 | 0.66 |
| Hex | AD | D0 | 80 | 11 | 0 | 26 | 12 | 56 | 2E | 42 |
| Octal | 255 | 320 | 200 | 21 | 0 | 46 | 22 | 126 | 56 | 102 |
| Binary | 10101101 | 11010000 | 10000000 | 10001 | 0 | 100110 | 10010 | 1010110 | 101110 | 1000010 |
Color Harmonies of #ADD080
Complementary color
Monochromatic Colors of #ADD080
Black with #ADD080
Text Example
Text Example
White with #ADD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD080; }
p { color: rgb(173,208,128); }
H1.HeaderClassName
{
color: #ADD080;
}
.AnyTagClassName
{
color: #ADD080;
}
</style>
background-color css
<style>
a { background-color: #ADD080; }
a { background-color: rgb(173,208,128); }
div.DivClassName
{
background-color: #ADD080;
}
.BgClassName
{
background-color: #ADD080;
}
</style>
border-color css
<style>
span { border-color: #ADD080; }
span { border-color: rgb(173,208,128); }
td.TdClassName
{
border-color: #ADD080;
}
.TagClassName
{
border-color: #ADD080;
}
</style>