Shades of Feijoa #ACD982
Tints of Feijoa #ACD982
RGB
CMYK
RGB Variations
Color information
#ACD982 (or 0xACD982) is known color: Feijoa. HEX triplet: AC, D9 and 82. RGB value is (172,217,130). Sum of RGB (Red+Green+Blue) = 172+217+130=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD982 is #53267D. Grayscale: #C1C1C1. Windows color (decimal): -5449342 or 8575404. OLE color: 8575404.
HSL color Cylindrical-coordinate representation of color #ACD982: hue angle of 91.03º 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 #ACD982 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 130 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.15 |
| HSL | 91.03º | 0.53% | 0.68% | - |
| HSV(B) | 91.03º | 0.4% | 0.85% | - |
| XYZ | 45.86 | 60.01 | 30.28 | - |
| YUV | 193.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 130 | 0.21 | 0 | 0.40 | 0.15 | 91.03 | 0.53 | 0.68 |
| Hex | AC | D9 | 82 | 15 | 0 | 28 | F | 5B | 35 | 44 |
| Octal | 254 | 331 | 202 | 25 | 0 | 50 | 17 | 133 | 65 | 104 |
| Binary | 10101100 | 11011001 | 10000010 | 10101 | 0 | 101000 | 1111 | 1011011 | 110101 | 1000100 |
Color Harmonies of #ACD982
Complementary color
Monochromatic Colors of #ACD982
Black with #ACD982
Text Example
Text Example
White with #ACD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD982; }
p { color: rgb(172,217,130); }
H1.HeaderClassName
{
color: #ACD982;
}
.AnyTagClassName
{
color: #ACD982;
}
</style>
background-color css
<style>
a { background-color: #ACD982; }
a { background-color: rgb(172,217,130); }
div.DivClassName
{
background-color: #ACD982;
}
.BgClassName
{
background-color: #ACD982;
}
</style>
border-color css
<style>
span { border-color: #ACD982; }
span { border-color: rgb(172,217,130); }
td.TdClassName
{
border-color: #ACD982;
}
.TagClassName
{
border-color: #ACD982;
}
</style>