Shades of Feijoa #ACE56F
Tints of Feijoa #ACE56F
RGB
CMYK
RGB Variations
Color information
#ACE56F (or 0xACE56F) is known color: Feijoa. HEX triplet: AC, E5 and 6F. RGB value is (172,229,111). Sum of RGB (Red+Green+Blue) = 172+229+111=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE56F is #531A90. Grayscale: #C6C6C6. Windows color (decimal): -5446289 or 7333292. OLE color: 7333292.
HSL color Cylindrical-coordinate representation of color #ACE56F: hue angle of 88.98º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACE56F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 111 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.10 |
| HSL | 88.98º | 0.69% | 0.67% | - |
| HSV(B) | 88.98º | 0.52% | 0.9% | - |
| XYZ | 47.9 | 65.96 | 25.25 | - |
| YUV | 198.51 | 78.62 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 111 | 0.25 | 0 | 0.52 | 0.10 | 88.98 | 0.69 | 0.67 |
| Hex | AC | E5 | 6F | 19 | 0 | 34 | A | 59 | 45 | 43 |
| Octal | 254 | 345 | 157 | 31 | 0 | 64 | 12 | 131 | 105 | 103 |
| Binary | 10101100 | 11100101 | 1101111 | 11001 | 0 | 110100 | 1010 | 1011001 | 1000101 | 1000011 |
Color Harmonies of #ACE56F
Complementary color
Monochromatic Colors of #ACE56F
Black with #ACE56F
Text Example
Text Example
White with #ACE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE56F; }
p { color: rgb(172,229,111); }
H1.HeaderClassName
{
color: #ACE56F;
}
.AnyTagClassName
{
color: #ACE56F;
}
</style>
background-color css
<style>
a { background-color: #ACE56F; }
a { background-color: rgb(172,229,111); }
div.DivClassName
{
background-color: #ACE56F;
}
.BgClassName
{
background-color: #ACE56F;
}
</style>
border-color css
<style>
span { border-color: #ACE56F; }
span { border-color: rgb(172,229,111); }
td.TdClassName
{
border-color: #ACE56F;
}
.TagClassName
{
border-color: #ACE56F;
}
</style>