Shades of Feijoa #ACDB8D
Tints of Feijoa #ACDB8D
RGB
CMYK
RGB Variations
Color information
#ACDB8D (or 0xACDB8D) is known color: Feijoa. HEX triplet: AC, DB and 8D. RGB value is (172,219,141). Sum of RGB (Red+Green+Blue) = 172+219+141=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB8D is #532472. Grayscale: #C4C4C4. Windows color (decimal): -5448819 or 9296812. OLE color: 9296812.
HSL color Cylindrical-coordinate representation of color #ACDB8D: hue angle of 96.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACDB8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 141 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.14 |
| HSL | 96.15º | 0.52% | 0.71% | - |
| HSV(B) | 96.15º | 0.36% | 0.86% | - |
| XYZ | 47.15 | 61.36 | 34.56 | - |
| YUV | 196.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 141 | 0.21 | 0 | 0.36 | 0.14 | 96.15 | 0.52 | 0.71 |
| Hex | AC | DB | 8D | 15 | 0 | 24 | E | 60 | 34 | 47 |
| Octal | 254 | 333 | 215 | 25 | 0 | 44 | 16 | 140 | 64 | 107 |
| Binary | 10101100 | 11011011 | 10001101 | 10101 | 0 | 100100 | 1110 | 1100000 | 110100 | 1000111 |
Color Harmonies of #ACDB8D
Complementary color
Monochromatic Colors of #ACDB8D
Black with #ACDB8D
Text Example
Text Example
White with #ACDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB8D; }
p { color: rgb(172,219,141); }
H1.HeaderClassName
{
color: #ACDB8D;
}
.AnyTagClassName
{
color: #ACDB8D;
}
</style>
background-color css
<style>
a { background-color: #ACDB8D; }
a { background-color: rgb(172,219,141); }
div.DivClassName
{
background-color: #ACDB8D;
}
.BgClassName
{
background-color: #ACDB8D;
}
</style>
border-color css
<style>
span { border-color: #ACDB8D; }
span { border-color: rgb(172,219,141); }
td.TdClassName
{
border-color: #ACDB8D;
}
.TagClassName
{
border-color: #ACDB8D;
}
</style>