Shades of Feijoa #ACE279
Tints of Feijoa #ACE279
RGB
CMYK
RGB Variations
Color information
#ACE279 (or 0xACE279) is known color: Feijoa. HEX triplet: AC, E2 and 79. RGB value is (172,226,121). Sum of RGB (Red+Green+Blue) = 172+226+121=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE279 is #531D86. Grayscale: #C6C6C6. Windows color (decimal): -5447047 or 7987884. OLE color: 7987884.
HSL color Cylindrical-coordinate representation of color #ACE279: hue angle of 90.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACE279 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 121 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.11 |
| HSL | 90.86º | 0.64% | 0.68% | - |
| HSV(B) | 90.86º | 0.46% | 0.89% | - |
| XYZ | 47.66 | 64.54 | 28.04 | - |
| YUV | 197.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 121 | 0.24 | 0 | 0.46 | 0.11 | 90.86 | 0.64 | 0.68 |
| Hex | AC | E2 | 79 | 18 | 0 | 2E | B | 5B | 40 | 44 |
| Octal | 254 | 342 | 171 | 30 | 0 | 56 | 13 | 133 | 100 | 104 |
| Binary | 10101100 | 11100010 | 1111001 | 11000 | 0 | 101110 | 1011 | 1011011 | 1000000 | 1000100 |
Color Harmonies of #ACE279
Complementary color
Monochromatic Colors of #ACE279
Black with #ACE279
Text Example
Text Example
White with #ACE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE279; }
p { color: rgb(172,226,121); }
H1.HeaderClassName
{
color: #ACE279;
}
.AnyTagClassName
{
color: #ACE279;
}
</style>
background-color css
<style>
a { background-color: #ACE279; }
a { background-color: rgb(172,226,121); }
div.DivClassName
{
background-color: #ACE279;
}
.BgClassName
{
background-color: #ACE279;
}
</style>
border-color css
<style>
span { border-color: #ACE279; }
span { border-color: rgb(172,226,121); }
td.TdClassName
{
border-color: #ACE279;
}
.TagClassName
{
border-color: #ACE279;
}
</style>