Shades of Feijoa #ACDD91
Tints of Feijoa #ACDD91
RGB
CMYK
RGB Variations
Color information
#ACDD91 (or 0xACDD91) is known color: Feijoa. HEX triplet: AC, DD and 91. RGB value is (172,221,145). Sum of RGB (Red+Green+Blue) = 172+221+145=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD91 is #53226E. Grayscale: #C5C5C5. Windows color (decimal): -5448303 or 9559468. OLE color: 9559468.
HSL color Cylindrical-coordinate representation of color #ACDD91: hue angle of 98.68º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACDD91 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 145 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.13 |
| HSL | 98.68º | 0.53% | 0.72% | - |
| HSV(B) | 98.68º | 0.34% | 0.87% | - |
| XYZ | 47.98 | 62.53 | 36.33 | - |
| YUV | 197.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 145 | 0.22 | 0 | 0.34 | 0.13 | 98.68 | 0.53 | 0.72 |
| Hex | AC | DD | 91 | 16 | 0 | 22 | D | 63 | 35 | 48 |
| Octal | 254 | 335 | 221 | 26 | 0 | 42 | 15 | 143 | 65 | 110 |
| Binary | 10101100 | 11011101 | 10010001 | 10110 | 0 | 100010 | 1101 | 1100011 | 110101 | 1001000 |
Color Harmonies of #ACDD91
Complementary color
Monochromatic Colors of #ACDD91
Black with #ACDD91
Text Example
Text Example
White with #ACDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD91; }
p { color: rgb(172,221,145); }
H1.HeaderClassName
{
color: #ACDD91;
}
.AnyTagClassName
{
color: #ACDD91;
}
</style>
background-color css
<style>
a { background-color: #ACDD91; }
a { background-color: rgb(172,221,145); }
div.DivClassName
{
background-color: #ACDD91;
}
.BgClassName
{
background-color: #ACDD91;
}
</style>
border-color css
<style>
span { border-color: #ACDD91; }
span { border-color: rgb(172,221,145); }
td.TdClassName
{
border-color: #ACDD91;
}
.TagClassName
{
border-color: #ACDD91;
}
</style>