Shades of Feijoa #ADD982
Tints of Feijoa #ADD982
RGB
CMYK
RGB Variations
Color information
#ADD982 (or 0xADD982) is known color: Feijoa. HEX triplet: AD, D9 and 82. RGB value is (173,217,130). Sum of RGB (Red+Green+Blue) = 173+217+130=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD982 is #52267D. Grayscale: #C2C2C2. Windows color (decimal): -5383806 or 8575405. OLE color: 8575405.
HSL color Cylindrical-coordinate representation of color #ADD982: hue angle of 90.34º 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 #ADD982 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 130 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.15 |
| HSL | 90.34º | 0.53% | 0.68% | - |
| HSV(B) | 90.34º | 0.4% | 0.85% | - |
| XYZ | 46.08 | 60.12 | 30.3 | - |
| YUV | 193.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 130 | 0.20 | 0 | 0.40 | 0.15 | 90.34 | 0.53 | 0.68 |
| Hex | AD | D9 | 82 | 14 | 0 | 28 | F | 5A | 35 | 44 |
| Octal | 255 | 331 | 202 | 24 | 0 | 50 | 17 | 132 | 65 | 104 |
| Binary | 10101101 | 11011001 | 10000010 | 10100 | 0 | 101000 | 1111 | 1011010 | 110101 | 1000100 |
Color Harmonies of #ADD982
Complementary color
Monochromatic Colors of #ADD982
Black with #ADD982
Text Example
Text Example
White with #ADD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD982; }
p { color: rgb(173,217,130); }
H1.HeaderClassName
{
color: #ADD982;
}
.AnyTagClassName
{
color: #ADD982;
}
</style>
background-color css
<style>
a { background-color: #ADD982; }
a { background-color: rgb(173,217,130); }
div.DivClassName
{
background-color: #ADD982;
}
.BgClassName
{
background-color: #ADD982;
}
</style>
border-color css
<style>
span { border-color: #ADD982; }
span { border-color: rgb(173,217,130); }
td.TdClassName
{
border-color: #ADD982;
}
.TagClassName
{
border-color: #ADD982;
}
</style>