Shades of Feijoa #ACD981
Tints of Feijoa #ACD981
RGB
CMYK
RGB Variations
Color information
#ACD981 (or 0xACD981) is known color: Feijoa. HEX triplet: AC, D9 and 81. RGB value is (172,217,129). Sum of RGB (Red+Green+Blue) = 172+217+129=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD981 is #53267E. Grayscale: #C1C1C1. Windows color (decimal): -5449343 or 8509868. OLE color: 8509868.
HSL color Cylindrical-coordinate representation of color #ACD981: hue angle of 90.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD981 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 129 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 90.68º | 0.54% | 0.68% | - |
| HSV(B) | 90.68º | 0.41% | 0.85% | - |
| XYZ | 45.79 | 59.98 | 29.93 | - |
| YUV | 193.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 129 | 0.21 | 0 | 0.41 | 0.15 | 90.68 | 0.54 | 0.68 |
| Hex | AC | D9 | 81 | 15 | 0 | 29 | F | 5B | 36 | 44 |
| Octal | 254 | 331 | 201 | 25 | 0 | 51 | 17 | 133 | 66 | 104 |
| Binary | 10101100 | 11011001 | 10000001 | 10101 | 0 | 101001 | 1111 | 1011011 | 110110 | 1000100 |
Color Harmonies of #ACD981
Complementary color
Monochromatic Colors of #ACD981
Black with #ACD981
Text Example
Text Example
White with #ACD981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD981; }
p { color: rgb(172,217,129); }
H1.HeaderClassName
{
color: #ACD981;
}
.AnyTagClassName
{
color: #ACD981;
}
</style>
background-color css
<style>
a { background-color: #ACD981; }
a { background-color: rgb(172,217,129); }
div.DivClassName
{
background-color: #ACD981;
}
.BgClassName
{
background-color: #ACD981;
}
</style>
border-color css
<style>
span { border-color: #ACD981; }
span { border-color: rgb(172,217,129); }
td.TdClassName
{
border-color: #ACD981;
}
.TagClassName
{
border-color: #ACD981;
}
</style>