Shades of Feijoa #ACE58F
Tints of Feijoa #ACE58F
RGB
CMYK
RGB Variations
Color information
#ACE58F (or 0xACE58F) is known color: Feijoa. HEX triplet: AC, E5 and 8F. RGB value is (172,229,143). Sum of RGB (Red+Green+Blue) = 172+229+143=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE58F is #531A70. Grayscale: #CACACA. Windows color (decimal): -5446257 or 9430444. OLE color: 9430444.
HSL color Cylindrical-coordinate representation of color #ACE58F: hue angle of 99.77º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE58F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 143 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.10 |
| HSL | 99.77º | 0.62% | 0.73% | - |
| HSV(B) | 99.77º | 0.38% | 0.9% | - |
| XYZ | 49.99 | 66.79 | 36.24 | - |
| YUV | 202.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 143 | 0.25 | 0 | 0.38 | 0.10 | 99.77 | 0.62 | 0.73 |
| Hex | AC | E5 | 8F | 19 | 0 | 26 | A | 64 | 3E | 49 |
| Octal | 254 | 345 | 217 | 31 | 0 | 46 | 12 | 144 | 76 | 111 |
| Binary | 10101100 | 11100101 | 10001111 | 11001 | 0 | 100110 | 1010 | 1100100 | 111110 | 1001001 |
Color Harmonies of #ACE58F
Complementary color
Monochromatic Colors of #ACE58F
Black with #ACE58F
Text Example
Text Example
White with #ACE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE58F; }
p { color: rgb(172,229,143); }
H1.HeaderClassName
{
color: #ACE58F;
}
.AnyTagClassName
{
color: #ACE58F;
}
</style>
background-color css
<style>
a { background-color: #ACE58F; }
a { background-color: rgb(172,229,143); }
div.DivClassName
{
background-color: #ACE58F;
}
.BgClassName
{
background-color: #ACE58F;
}
</style>
border-color css
<style>
span { border-color: #ACE58F; }
span { border-color: rgb(172,229,143); }
td.TdClassName
{
border-color: #ACE58F;
}
.TagClassName
{
border-color: #ACE58F;
}
</style>