Shades of Feijoa #ACE76D
Tints of Feijoa #ACE76D
RGB
CMYK
RGB Variations
Color information
#ACE76D (or 0xACE76D) is known color: Feijoa. HEX triplet: AC, E7 and 6D. RGB value is (172,231,109). Sum of RGB (Red+Green+Blue) = 172+231+109=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE76D is #531892. Grayscale: #C7C7C7. Windows color (decimal): -5445779 or 7202732. OLE color: 7202732.
HSL color Cylindrical-coordinate representation of color #ACE76D: hue angle of 89.02º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACE76D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 109 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 89.02º | 0.72% | 0.67% | - |
| HSV(B) | 89.02º | 0.53% | 0.91% | - |
| XYZ | 48.35 | 67.03 | 24.86 | - |
| YUV | 199.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 109 | 0.26 | 0 | 0.53 | 0.09 | 89.02 | 0.72 | 0.67 |
| Hex | AC | E7 | 6D | 1A | 0 | 35 | 9 | 59 | 48 | 43 |
| Octal | 254 | 347 | 155 | 32 | 0 | 65 | 11 | 131 | 110 | 103 |
| Binary | 10101100 | 11100111 | 1101101 | 11010 | 0 | 110101 | 1001 | 1011001 | 1001000 | 1000011 |
Color Harmonies of #ACE76D
Complementary color
Monochromatic Colors of #ACE76D
Black with #ACE76D
Text Example
Text Example
White with #ACE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE76D; }
p { color: rgb(172,231,109); }
H1.HeaderClassName
{
color: #ACE76D;
}
.AnyTagClassName
{
color: #ACE76D;
}
</style>
background-color css
<style>
a { background-color: #ACE76D; }
a { background-color: rgb(172,231,109); }
div.DivClassName
{
background-color: #ACE76D;
}
.BgClassName
{
background-color: #ACE76D;
}
</style>
border-color css
<style>
span { border-color: #ACE76D; }
span { border-color: rgb(172,231,109); }
td.TdClassName
{
border-color: #ACE76D;
}
.TagClassName
{
border-color: #ACE76D;
}
</style>