Shades of Feijoa #ADD182
Tints of Feijoa #ADD182
RGB
CMYK
RGB Variations
Color information
#ADD182 (or 0xADD182) is known color: Feijoa. HEX triplet: AD, D1 and 82. RGB value is (173,209,130). Sum of RGB (Red+Green+Blue) = 173+209+130=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD182 is #522E7D. Grayscale: #BDBDBD. Windows color (decimal): -5385854 or 8573357. OLE color: 8573357.
HSL color Cylindrical-coordinate representation of color #ADD182: hue angle of 87.34º 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 #ADD182 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 130 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.18 |
| HSL | 87.34º | 0.46% | 0.66% | - |
| HSV(B) | 87.34º | 0.38% | 0.82% | - |
| XYZ | 44.06 | 56.1 | 29.62 | - |
| YUV | 189.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 130 | 0.17 | 0 | 0.38 | 0.18 | 87.34 | 0.46 | 0.66 |
| Hex | AD | D1 | 82 | 11 | 0 | 26 | 12 | 57 | 2E | 42 |
| Octal | 255 | 321 | 202 | 21 | 0 | 46 | 22 | 127 | 56 | 102 |
| Binary | 10101101 | 11010001 | 10000010 | 10001 | 0 | 100110 | 10010 | 1010111 | 101110 | 1000010 |
Color Harmonies of #ADD182
Complementary color
Monochromatic Colors of #ADD182
Black with #ADD182
Text Example
Text Example
White with #ADD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD182; }
p { color: rgb(173,209,130); }
H1.HeaderClassName
{
color: #ADD182;
}
.AnyTagClassName
{
color: #ADD182;
}
</style>
background-color css
<style>
a { background-color: #ADD182; }
a { background-color: rgb(173,209,130); }
div.DivClassName
{
background-color: #ADD182;
}
.BgClassName
{
background-color: #ADD182;
}
</style>
border-color css
<style>
span { border-color: #ADD182; }
span { border-color: rgb(173,209,130); }
td.TdClassName
{
border-color: #ADD182;
}
.TagClassName
{
border-color: #ADD182;
}
</style>