Shades of Feijoa #ACDD8B
Tints of Feijoa #ACDD8B
RGB
CMYK
RGB Variations
Color information
#ACDD8B (or 0xACDD8B) is known color: Feijoa. HEX triplet: AC, DD and 8B. RGB value is (172,221,139). Sum of RGB (Red+Green+Blue) = 172+221+139=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD8B is #532274. Grayscale: #C5C5C5. Windows color (decimal): -5448309 or 9166252. OLE color: 9166252.
HSL color Cylindrical-coordinate representation of color #ACDD8B: hue angle of 95.85º degrees, saturation: 0.55, 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 #ACDD8B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 139 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.13 |
| HSL | 95.85º | 0.55% | 0.71% | - |
| HSV(B) | 95.85º | 0.37% | 0.87% | - |
| XYZ | 47.53 | 62.35 | 33.96 | - |
| YUV | 197 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 139 | 0.22 | 0 | 0.37 | 0.13 | 95.85 | 0.55 | 0.71 |
| Hex | AC | DD | 8B | 16 | 0 | 25 | D | 60 | 37 | 47 |
| Octal | 254 | 335 | 213 | 26 | 0 | 45 | 15 | 140 | 67 | 107 |
| Binary | 10101100 | 11011101 | 10001011 | 10110 | 0 | 100101 | 1101 | 1100000 | 110111 | 1000111 |
Color Harmonies of #ACDD8B
Complementary color
Monochromatic Colors of #ACDD8B
Black with #ACDD8B
Text Example
Text Example
White with #ACDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD8B; }
p { color: rgb(172,221,139); }
H1.HeaderClassName
{
color: #ACDD8B;
}
.AnyTagClassName
{
color: #ACDD8B;
}
</style>
background-color css
<style>
a { background-color: #ACDD8B; }
a { background-color: rgb(172,221,139); }
div.DivClassName
{
background-color: #ACDD8B;
}
.BgClassName
{
background-color: #ACDD8B;
}
</style>
border-color css
<style>
span { border-color: #ACDD8B; }
span { border-color: rgb(172,221,139); }
td.TdClassName
{
border-color: #ACDD8B;
}
.TagClassName
{
border-color: #ACDD8B;
}
</style>