Shades of Feijoa #ACDB93
Tints of Feijoa #ACDB93
RGB
CMYK
RGB Variations
Color information
#ACDB93 (or 0xACDB93) is known color: Feijoa. HEX triplet: AC, DB and 93. RGB value is (172,219,147). Sum of RGB (Red+Green+Blue) = 172+219+147=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB93 is #53246C. Grayscale: #C4C4C4. Windows color (decimal): -5448813 or 9690028. OLE color: 9690028.
HSL color Cylindrical-coordinate representation of color #ACDB93: hue angle of 99.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACDB93 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 147 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.14 |
| HSL | 99.17º | 0.5% | 0.72% | - |
| HSV(B) | 99.17º | 0.33% | 0.86% | - |
| XYZ | 47.61 | 61.54 | 36.97 | - |
| YUV | 196.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 147 | 0.21 | 0 | 0.33 | 0.14 | 99.17 | 0.5 | 0.72 |
| Hex | AC | DB | 93 | 15 | 0 | 21 | E | 63 | 32 | 48 |
| Octal | 254 | 333 | 223 | 25 | 0 | 41 | 16 | 143 | 62 | 110 |
| Binary | 10101100 | 11011011 | 10010011 | 10101 | 0 | 100001 | 1110 | 1100011 | 110010 | 1001000 |
Color Harmonies of #ACDB93
Complementary color
Monochromatic Colors of #ACDB93
Black with #ACDB93
Text Example
Text Example
White with #ACDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB93; }
p { color: rgb(172,219,147); }
H1.HeaderClassName
{
color: #ACDB93;
}
.AnyTagClassName
{
color: #ACDB93;
}
</style>
background-color css
<style>
a { background-color: #ACDB93; }
a { background-color: rgb(172,219,147); }
div.DivClassName
{
background-color: #ACDB93;
}
.BgClassName
{
background-color: #ACDB93;
}
</style>
border-color css
<style>
span { border-color: #ACDB93; }
span { border-color: rgb(172,219,147); }
td.TdClassName
{
border-color: #ACDB93;
}
.TagClassName
{
border-color: #ACDB93;
}
</style>