Shades of Feijoa #ACD991
Tints of Feijoa #ACD991
RGB
CMYK
RGB Variations
Color information
#ACD991 (or 0xACD991) is known color: Feijoa. HEX triplet: AC, D9 and 91. RGB value is (172,217,145). Sum of RGB (Red+Green+Blue) = 172+217+145=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD991 is #53266E. Grayscale: #C3C3C3. Windows color (decimal): -5449327 or 9558444. OLE color: 9558444.
HSL color Cylindrical-coordinate representation of color #ACD991: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD991 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 145 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.15 |
| HSL | 97.5º | 0.49% | 0.71% | - |
| HSV(B) | 97.5º | 0.33% | 0.85% | - |
| XYZ | 46.94 | 60.44 | 35.98 | - |
| YUV | 195.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 145 | 0.21 | 0 | 0.33 | 0.15 | 97.5 | 0.49 | 0.71 |
| Hex | AC | D9 | 91 | 15 | 0 | 21 | F | 62 | 31 | 47 |
| Octal | 254 | 331 | 221 | 25 | 0 | 41 | 17 | 142 | 61 | 107 |
| Binary | 10101100 | 11011001 | 10010001 | 10101 | 0 | 100001 | 1111 | 1100010 | 110001 | 1000111 |
Color Harmonies of #ACD991
Complementary color
Monochromatic Colors of #ACD991
Black with #ACD991
Text Example
Text Example
White with #ACD991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD991; }
p { color: rgb(172,217,145); }
H1.HeaderClassName
{
color: #ACD991;
}
.AnyTagClassName
{
color: #ACD991;
}
</style>
background-color css
<style>
a { background-color: #ACD991; }
a { background-color: rgb(172,217,145); }
div.DivClassName
{
background-color: #ACD991;
}
.BgClassName
{
background-color: #ACD991;
}
</style>
border-color css
<style>
span { border-color: #ACD991; }
span { border-color: rgb(172,217,145); }
td.TdClassName
{
border-color: #ACD991;
}
.TagClassName
{
border-color: #ACD991;
}
</style>