Shades of Feijoa #ACE18C
Tints of Feijoa #ACE18C
RGB
CMYK
RGB Variations
Color information
#ACE18C (or 0xACE18C) is known color: Feijoa. HEX triplet: AC, E1 and 8C. RGB value is (172,225,140). Sum of RGB (Red+Green+Blue) = 172+225+140=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE18C is #531E73. Grayscale: #C7C7C7. Windows color (decimal): -5447284 or 9232812. OLE color: 9232812.
HSL color Cylindrical-coordinate representation of color #ACE18C: hue angle of 97.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE18C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 140 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.12 |
| HSL | 97.41º | 0.59% | 0.72% | - |
| HSV(B) | 97.41º | 0.38% | 0.88% | - |
| XYZ | 48.67 | 64.51 | 34.7 | - |
| YUV | 199.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 140 | 0.24 | 0 | 0.38 | 0.12 | 97.41 | 0.59 | 0.72 |
| Hex | AC | E1 | 8C | 18 | 0 | 26 | C | 61 | 3B | 48 |
| Octal | 254 | 341 | 214 | 30 | 0 | 46 | 14 | 141 | 73 | 110 |
| Binary | 10101100 | 11100001 | 10001100 | 11000 | 0 | 100110 | 1100 | 1100001 | 111011 | 1001000 |
Color Harmonies of #ACE18C
Complementary color
Monochromatic Colors of #ACE18C
Black with #ACE18C
Text Example
Text Example
White with #ACE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE18C; }
p { color: rgb(172,225,140); }
H1.HeaderClassName
{
color: #ACE18C;
}
.AnyTagClassName
{
color: #ACE18C;
}
</style>
background-color css
<style>
a { background-color: #ACE18C; }
a { background-color: rgb(172,225,140); }
div.DivClassName
{
background-color: #ACE18C;
}
.BgClassName
{
background-color: #ACE18C;
}
</style>
border-color css
<style>
span { border-color: #ACE18C; }
span { border-color: rgb(172,225,140); }
td.TdClassName
{
border-color: #ACE18C;
}
.TagClassName
{
border-color: #ACE18C;
}
</style>