Shades of Feijoa #ACE093
Tints of Feijoa #ACE093
RGB
CMYK
RGB Variations
Color information
#ACE093 (or 0xACE093) is known color: Feijoa. HEX triplet: AC, E0 and 93. RGB value is (172,224,147). Sum of RGB (Red+Green+Blue) = 172+224+147=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE093 is #531F6C. Grayscale: #C7C7C7. Windows color (decimal): -5447533 or 9691308. OLE color: 9691308.
HSL color Cylindrical-coordinate representation of color #ACE093: hue angle of 100.52º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACE093 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 147 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.12 |
| HSL | 100.52º | 0.55% | 0.73% | - |
| HSV(B) | 100.52º | 0.34% | 0.88% | - |
| XYZ | 48.94 | 64.19 | 37.41 | - |
| YUV | 199.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 147 | 0.23 | 0 | 0.34 | 0.12 | 100.52 | 0.55 | 0.73 |
| Hex | AC | E0 | 93 | 17 | 0 | 22 | C | 65 | 37 | 49 |
| Octal | 254 | 340 | 223 | 27 | 0 | 42 | 14 | 145 | 67 | 111 |
| Binary | 10101100 | 11100000 | 10010011 | 10111 | 0 | 100010 | 1100 | 1100101 | 110111 | 1001001 |
Color Harmonies of #ACE093
Complementary color
Monochromatic Colors of #ACE093
Black with #ACE093
Text Example
Text Example
White with #ACE093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE093; }
p { color: rgb(172,224,147); }
H1.HeaderClassName
{
color: #ACE093;
}
.AnyTagClassName
{
color: #ACE093;
}
</style>
background-color css
<style>
a { background-color: #ACE093; }
a { background-color: rgb(172,224,147); }
div.DivClassName
{
background-color: #ACE093;
}
.BgClassName
{
background-color: #ACE093;
}
</style>
border-color css
<style>
span { border-color: #ACE093; }
span { border-color: rgb(172,224,147); }
td.TdClassName
{
border-color: #ACE093;
}
.TagClassName
{
border-color: #ACE093;
}
</style>