Shades of Feijoa #ADD082
Tints of Feijoa #ADD082
RGB
CMYK
RGB Variations
Color information
#ADD082 (or 0xADD082) is known color: Feijoa. HEX triplet: AD, D0 and 82. RGB value is (173,208,130). Sum of RGB (Red+Green+Blue) = 173+208+130=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD082 is #522F7D. Grayscale: #BCBCBC. Windows color (decimal): -5386110 or 8573101. OLE color: 8573101.
HSL color Cylindrical-coordinate representation of color #ADD082: hue angle of 86.92º degrees, saturation: 0.45, 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 #ADD082 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 130 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.18 |
| HSL | 86.92º | 0.45% | 0.66% | - |
| HSV(B) | 86.92º | 0.38% | 0.82% | - |
| XYZ | 43.82 | 55.61 | 29.54 | - |
| YUV | 188.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 130 | 0.17 | 0 | 0.38 | 0.18 | 86.92 | 0.45 | 0.66 |
| Hex | AD | D0 | 82 | 11 | 0 | 26 | 12 | 57 | 2D | 42 |
| Octal | 255 | 320 | 202 | 21 | 0 | 46 | 22 | 127 | 55 | 102 |
| Binary | 10101101 | 11010000 | 10000010 | 10001 | 0 | 100110 | 10010 | 1010111 | 101101 | 1000010 |
Color Harmonies of #ADD082
Complementary color
Monochromatic Colors of #ADD082
Black with #ADD082
Text Example
Text Example
White with #ADD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD082; }
p { color: rgb(173,208,130); }
H1.HeaderClassName
{
color: #ADD082;
}
.AnyTagClassName
{
color: #ADD082;
}
</style>
background-color css
<style>
a { background-color: #ADD082; }
a { background-color: rgb(173,208,130); }
div.DivClassName
{
background-color: #ADD082;
}
.BgClassName
{
background-color: #ADD082;
}
</style>
border-color css
<style>
span { border-color: #ADD082; }
span { border-color: rgb(173,208,130); }
td.TdClassName
{
border-color: #ADD082;
}
.TagClassName
{
border-color: #ADD082;
}
</style>