Shades of Feijoa #ACE08C
Tints of Feijoa #ACE08C
RGB
CMYK
RGB Variations
Color information
#ACE08C (or 0xACE08C) is known color: Feijoa. HEX triplet: AC, E0 and 8C. RGB value is (172,224,140). Sum of RGB (Red+Green+Blue) = 172+224+140=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08C is #531F73. Grayscale: #C7C7C7. Windows color (decimal): -5447540 or 9232556. OLE color: 9232556.
HSL color Cylindrical-coordinate representation of color #ACE08C: hue angle of 97.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE08C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.12 |
| HSL | 97.14º | 0.58% | 0.71% | - |
| HSV(B) | 97.14º | 0.38% | 0.88% | - |
| XYZ | 48.4 | 63.98 | 34.61 | - |
| YUV | 198.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 140 | 0.23 | 0 | 0.38 | 0.12 | 97.14 | 0.58 | 0.71 |
| Hex | AC | E0 | 8C | 17 | 0 | 26 | C | 61 | 3A | 47 |
| Octal | 254 | 340 | 214 | 27 | 0 | 46 | 14 | 141 | 72 | 107 |
| Binary | 10101100 | 11100000 | 10001100 | 10111 | 0 | 100110 | 1100 | 1100001 | 111010 | 1000111 |
Color Harmonies of #ACE08C
Complementary color
Monochromatic Colors of #ACE08C
Black with #ACE08C
Text Example
Text Example
White with #ACE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE08C; }
p { color: rgb(172,224,140); }
H1.HeaderClassName
{
color: #ACE08C;
}
.AnyTagClassName
{
color: #ACE08C;
}
</style>
background-color css
<style>
a { background-color: #ACE08C; }
a { background-color: rgb(172,224,140); }
div.DivClassName
{
background-color: #ACE08C;
}
.BgClassName
{
background-color: #ACE08C;
}
</style>
border-color css
<style>
span { border-color: #ACE08C; }
span { border-color: rgb(172,224,140); }
td.TdClassName
{
border-color: #ACE08C;
}
.TagClassName
{
border-color: #ACE08C;
}
</style>