Shades of Feijoa #ACDD8C
Tints of Feijoa #ACDD8C
RGB
CMYK
RGB Variations
Color information
#ACDD8C (or 0xACDD8C) is known color: Feijoa. HEX triplet: AC, DD and 8C. RGB value is (172,221,140). Sum of RGB (Red+Green+Blue) = 172+221+140=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD8C is #532273. Grayscale: #C5C5C5. Windows color (decimal): -5448308 or 9231788. OLE color: 9231788.
HSL color Cylindrical-coordinate representation of color #ACDD8C: hue angle of 96.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDD8C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 140 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.13 |
| HSL | 96.3º | 0.54% | 0.71% | - |
| HSV(B) | 96.3º | 0.37% | 0.87% | - |
| XYZ | 47.6 | 62.38 | 34.34 | - |
| YUV | 197.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 140 | 0.22 | 0 | 0.37 | 0.13 | 96.3 | 0.54 | 0.71 |
| Hex | AC | DD | 8C | 16 | 0 | 25 | D | 60 | 36 | 47 |
| Octal | 254 | 335 | 214 | 26 | 0 | 45 | 15 | 140 | 66 | 107 |
| Binary | 10101100 | 11011101 | 10001100 | 10110 | 0 | 100101 | 1101 | 1100000 | 110110 | 1000111 |
Color Harmonies of #ACDD8C
Complementary color
Monochromatic Colors of #ACDD8C
Black with #ACDD8C
Text Example
Text Example
White with #ACDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD8C; }
p { color: rgb(172,221,140); }
H1.HeaderClassName
{
color: #ACDD8C;
}
.AnyTagClassName
{
color: #ACDD8C;
}
</style>
background-color css
<style>
a { background-color: #ACDD8C; }
a { background-color: rgb(172,221,140); }
div.DivClassName
{
background-color: #ACDD8C;
}
.BgClassName
{
background-color: #ACDD8C;
}
</style>
border-color css
<style>
span { border-color: #ACDD8C; }
span { border-color: rgb(172,221,140); }
td.TdClassName
{
border-color: #ACDD8C;
}
.TagClassName
{
border-color: #ACDD8C;
}
</style>