Shades of Feijoa #ACDB91
Tints of Feijoa #ACDB91
RGB
CMYK
RGB Variations
Color information
#ACDB91 (or 0xACDB91) is known color: Feijoa. HEX triplet: AC, DB and 91. RGB value is (172,219,145). Sum of RGB (Red+Green+Blue) = 172+219+145=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB91 is #53246E. Grayscale: #C4C4C4. Windows color (decimal): -5448815 or 9558956. OLE color: 9558956.
HSL color Cylindrical-coordinate representation of color #ACDB91: hue angle of 98.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACDB91 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 145 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.14 |
| HSL | 98.11º | 0.51% | 0.71% | - |
| HSV(B) | 98.11º | 0.34% | 0.86% | - |
| XYZ | 47.46 | 61.48 | 36.15 | - |
| YUV | 196.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 145 | 0.21 | 0 | 0.34 | 0.14 | 98.11 | 0.51 | 0.71 |
| Hex | AC | DB | 91 | 15 | 0 | 22 | E | 62 | 33 | 47 |
| Octal | 254 | 333 | 221 | 25 | 0 | 42 | 16 | 142 | 63 | 107 |
| Binary | 10101100 | 11011011 | 10010001 | 10101 | 0 | 100010 | 1110 | 1100010 | 110011 | 1000111 |
Color Harmonies of #ACDB91
Complementary color
Monochromatic Colors of #ACDB91
Black with #ACDB91
Text Example
Text Example
White with #ACDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB91; }
p { color: rgb(172,219,145); }
H1.HeaderClassName
{
color: #ACDB91;
}
.AnyTagClassName
{
color: #ACDB91;
}
</style>
background-color css
<style>
a { background-color: #ACDB91; }
a { background-color: rgb(172,219,145); }
div.DivClassName
{
background-color: #ACDB91;
}
.BgClassName
{
background-color: #ACDB91;
}
</style>
border-color css
<style>
span { border-color: #ACDB91; }
span { border-color: rgb(172,219,145); }
td.TdClassName
{
border-color: #ACDB91;
}
.TagClassName
{
border-color: #ACDB91;
}
</style>