Shades of Feijoa #ACE392
Tints of Feijoa #ACE392
RGB
CMYK
RGB Variations
Color information
#ACE392 (or 0xACE392) is known color: Feijoa. HEX triplet: AC, E3 and 92. RGB value is (172,227,146). Sum of RGB (Red+Green+Blue) = 172+227+146=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE392 is #531C6D. Grayscale: #C9C9C9. Windows color (decimal): -5446766 or 9626540. OLE color: 9626540.
HSL color Cylindrical-coordinate representation of color #ACE392: hue angle of 100.74º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACE392 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 146 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.11 |
| HSL | 100.74º | 0.59% | 0.73% | - |
| HSV(B) | 100.74º | 0.36% | 0.89% | - |
| XYZ | 49.67 | 65.78 | 37.27 | - |
| YUV | 201.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 146 | 0.24 | 0 | 0.36 | 0.11 | 100.74 | 0.59 | 0.73 |
| Hex | AC | E3 | 92 | 18 | 0 | 24 | B | 65 | 3B | 49 |
| Octal | 254 | 343 | 222 | 30 | 0 | 44 | 13 | 145 | 73 | 111 |
| Binary | 10101100 | 11100011 | 10010010 | 11000 | 0 | 100100 | 1011 | 1100101 | 111011 | 1001001 |
Color Harmonies of #ACE392
Complementary color
Monochromatic Colors of #ACE392
Black with #ACE392
Text Example
Text Example
White with #ACE392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE392; }
p { color: rgb(172,227,146); }
H1.HeaderClassName
{
color: #ACE392;
}
.AnyTagClassName
{
color: #ACE392;
}
</style>
background-color css
<style>
a { background-color: #ACE392; }
a { background-color: rgb(172,227,146); }
div.DivClassName
{
background-color: #ACE392;
}
.BgClassName
{
background-color: #ACE392;
}
</style>
border-color css
<style>
span { border-color: #ACE392; }
span { border-color: rgb(172,227,146); }
td.TdClassName
{
border-color: #ACE392;
}
.TagClassName
{
border-color: #ACE392;
}
</style>