Shades of Feijoa #ADD582
Tints of Feijoa #ADD582
RGB
CMYK
RGB Variations
Color information
#ADD582 (or 0xADD582) is known color: Feijoa. HEX triplet: AD, D5 and 82. RGB value is (173,213,130). Sum of RGB (Red+Green+Blue) = 173+213+130=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD582 is #522A7D. Grayscale: #BFBFBF. Windows color (decimal): -5384830 or 8574381. OLE color: 8574381.
HSL color Cylindrical-coordinate representation of color #ADD582: hue angle of 88.92º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADD582 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 130 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.16 |
| HSL | 88.92º | 0.5% | 0.67% | - |
| HSV(B) | 88.92º | 0.39% | 0.84% | - |
| XYZ | 45.06 | 58.08 | 29.96 | - |
| YUV | 191.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 130 | 0.19 | 0 | 0.39 | 0.16 | 88.92 | 0.5 | 0.67 |
| Hex | AD | D5 | 82 | 13 | 0 | 27 | 10 | 59 | 32 | 43 |
| Octal | 255 | 325 | 202 | 23 | 0 | 47 | 20 | 131 | 62 | 103 |
| Binary | 10101101 | 11010101 | 10000010 | 10011 | 0 | 100111 | 10000 | 1011001 | 110010 | 1000011 |
Color Harmonies of #ADD582
Complementary color
Monochromatic Colors of #ADD582
Black with #ADD582
Text Example
Text Example
White with #ADD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD582; }
p { color: rgb(173,213,130); }
H1.HeaderClassName
{
color: #ADD582;
}
.AnyTagClassName
{
color: #ADD582;
}
</style>
background-color css
<style>
a { background-color: #ADD582; }
a { background-color: rgb(173,213,130); }
div.DivClassName
{
background-color: #ADD582;
}
.BgClassName
{
background-color: #ADD582;
}
</style>
border-color css
<style>
span { border-color: #ADD582; }
span { border-color: rgb(173,213,130); }
td.TdClassName
{
border-color: #ADD582;
}
.TagClassName
{
border-color: #ADD582;
}
</style>