Shades of Feijoa #ADD682
Tints of Feijoa #ADD682
RGB
CMYK
RGB Variations
Color information
#ADD682 (or 0xADD682) is known color: Feijoa. HEX triplet: AD, D6 and 82. RGB value is (173,214,130). Sum of RGB (Red+Green+Blue) = 173+214+130=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD682 is #52297D. Grayscale: #C0C0C0. Windows color (decimal): -5384574 or 8574637. OLE color: 8574637.
HSL color Cylindrical-coordinate representation of color #ADD682: hue angle of 89.29º degrees, saturation: 0.51, 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 #ADD682 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 130 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.16 |
| HSL | 89.29º | 0.51% | 0.67% | - |
| HSV(B) | 89.29º | 0.39% | 0.84% | - |
| XYZ | 45.31 | 58.59 | 30.04 | - |
| YUV | 192.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 130 | 0.19 | 0 | 0.39 | 0.16 | 89.29 | 0.51 | 0.67 |
| Hex | AD | D6 | 82 | 13 | 0 | 27 | 10 | 59 | 33 | 43 |
| Octal | 255 | 326 | 202 | 23 | 0 | 47 | 20 | 131 | 63 | 103 |
| Binary | 10101101 | 11010110 | 10000010 | 10011 | 0 | 100111 | 10000 | 1011001 | 110011 | 1000011 |
Color Harmonies of #ADD682
Complementary color
Monochromatic Colors of #ADD682
Black with #ADD682
Text Example
Text Example
White with #ADD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD682; }
p { color: rgb(173,214,130); }
H1.HeaderClassName
{
color: #ADD682;
}
.AnyTagClassName
{
color: #ADD682;
}
</style>
background-color css
<style>
a { background-color: #ADD682; }
a { background-color: rgb(173,214,130); }
div.DivClassName
{
background-color: #ADD682;
}
.BgClassName
{
background-color: #ADD682;
}
</style>
border-color css
<style>
span { border-color: #ADD682; }
span { border-color: rgb(173,214,130); }
td.TdClassName
{
border-color: #ADD682;
}
.TagClassName
{
border-color: #ADD682;
}
</style>