Shades of Feijoa #ACE08D
Tints of Feijoa #ACE08D
RGB
CMYK
RGB Variations
Color information
#ACE08D (or 0xACE08D) is known color: Feijoa. HEX triplet: AC, E0 and 8D. RGB value is (172,224,141). Sum of RGB (Red+Green+Blue) = 172+224+141=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08D is #531F72. Grayscale: #C7C7C7. Windows color (decimal): -5447539 or 9298092. OLE color: 9298092.
HSL color Cylindrical-coordinate representation of color #ACE08D: hue angle of 97.59º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE08D is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 141 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.12 |
| HSL | 97.59º | 0.57% | 0.72% | - |
| HSV(B) | 97.59º | 0.37% | 0.88% | - |
| XYZ | 48.48 | 64.01 | 35 | - |
| YUV | 198.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 141 | 0.23 | 0 | 0.37 | 0.12 | 97.59 | 0.57 | 0.72 |
| Hex | AC | E0 | 8D | 17 | 0 | 25 | C | 62 | 39 | 48 |
| Octal | 254 | 340 | 215 | 27 | 0 | 45 | 14 | 142 | 71 | 110 |
| Binary | 10101100 | 11100000 | 10001101 | 10111 | 0 | 100101 | 1100 | 1100010 | 111001 | 1001000 |
Color Harmonies of #ACE08D
Complementary color
Monochromatic Colors of #ACE08D
Black with #ACE08D
Text Example
Text Example
White with #ACE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE08D; }
p { color: rgb(172,224,141); }
H1.HeaderClassName
{
color: #ACE08D;
}
.AnyTagClassName
{
color: #ACE08D;
}
</style>
background-color css
<style>
a { background-color: #ACE08D; }
a { background-color: rgb(172,224,141); }
div.DivClassName
{
background-color: #ACE08D;
}
.BgClassName
{
background-color: #ACE08D;
}
</style>
border-color css
<style>
span { border-color: #ACE08D; }
span { border-color: rgb(172,224,141); }
td.TdClassName
{
border-color: #ACE08D;
}
.TagClassName
{
border-color: #ACE08D;
}
</style>