Shades of Feijoa #ACE470
Tints of Feijoa #ACE470
RGB
CMYK
RGB Variations
Color information
#ACE470 (or 0xACE470) is known color: Feijoa. HEX triplet: AC, E4 and 70. RGB value is (172,228,112). Sum of RGB (Red+Green+Blue) = 172+228+112=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE470 is #531B8F. Grayscale: #C6C6C6. Windows color (decimal): -5446544 or 7398572. OLE color: 7398572.
HSL color Cylindrical-coordinate representation of color #ACE470: hue angle of 88.97º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACE470 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 112 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.11 |
| HSL | 88.97º | 0.68% | 0.67% | - |
| HSV(B) | 88.97º | 0.51% | 0.89% | - |
| XYZ | 47.68 | 65.43 | 25.44 | - |
| YUV | 198.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 112 | 0.25 | 0 | 0.51 | 0.11 | 88.97 | 0.68 | 0.67 |
| Hex | AC | E4 | 70 | 19 | 0 | 33 | B | 59 | 44 | 43 |
| Octal | 254 | 344 | 160 | 31 | 0 | 63 | 13 | 131 | 104 | 103 |
| Binary | 10101100 | 11100100 | 1110000 | 11001 | 0 | 110011 | 1011 | 1011001 | 1000100 | 1000011 |
Color Harmonies of #ACE470
Complementary color
Monochromatic Colors of #ACE470
Black with #ACE470
Text Example
Text Example
White with #ACE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE470; }
p { color: rgb(172,228,112); }
H1.HeaderClassName
{
color: #ACE470;
}
.AnyTagClassName
{
color: #ACE470;
}
</style>
background-color css
<style>
a { background-color: #ACE470; }
a { background-color: rgb(172,228,112); }
div.DivClassName
{
background-color: #ACE470;
}
.BgClassName
{
background-color: #ACE470;
}
</style>
border-color css
<style>
span { border-color: #ACE470; }
span { border-color: rgb(172,228,112); }
td.TdClassName
{
border-color: #ACE470;
}
.TagClassName
{
border-color: #ACE470;
}
</style>