Shades of Feijoa #ACE491
Tints of Feijoa #ACE491
RGB
CMYK
RGB Variations
Color information
#ACE491 (or 0xACE491) is known color: Feijoa. HEX triplet: AC, E4 and 91. RGB value is (172,228,145). Sum of RGB (Red+Green+Blue) = 172+228+145=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE491 is #531B6E. Grayscale: #CACACA. Windows color (decimal): -5446511 or 9561260. OLE color: 9561260.
HSL color Cylindrical-coordinate representation of color #ACE491: hue angle of 100.48º degrees, saturation: 0.61, 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 #ACE491 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 145 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.11 |
| HSL | 100.48º | 0.61% | 0.73% | - |
| HSV(B) | 100.48º | 0.36% | 0.89% | - |
| XYZ | 49.87 | 66.3 | 36.96 | - |
| YUV | 201.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 145 | 0.25 | 0 | 0.36 | 0.11 | 100.48 | 0.61 | 0.73 |
| Hex | AC | E4 | 91 | 19 | 0 | 24 | B | 64 | 3D | 49 |
| Octal | 254 | 344 | 221 | 31 | 0 | 44 | 13 | 144 | 75 | 111 |
| Binary | 10101100 | 11100100 | 10010001 | 11001 | 0 | 100100 | 1011 | 1100100 | 111101 | 1001001 |
Color Harmonies of #ACE491
Complementary color
Monochromatic Colors of #ACE491
Black with #ACE491
Text Example
Text Example
White with #ACE491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE491; }
p { color: rgb(172,228,145); }
H1.HeaderClassName
{
color: #ACE491;
}
.AnyTagClassName
{
color: #ACE491;
}
</style>
background-color css
<style>
a { background-color: #ACE491; }
a { background-color: rgb(172,228,145); }
div.DivClassName
{
background-color: #ACE491;
}
.BgClassName
{
background-color: #ACE491;
}
</style>
border-color css
<style>
span { border-color: #ACE491; }
span { border-color: rgb(172,228,145); }
td.TdClassName
{
border-color: #ACE491;
}
.TagClassName
{
border-color: #ACE491;
}
</style>