Shades of Feijoa #ACE275
Tints of Feijoa #ACE275
RGB
CMYK
RGB Variations
Color information
#ACE275 (or 0xACE275) is known color: Feijoa. HEX triplet: AC, E2 and 75. RGB value is (172,226,117). Sum of RGB (Red+Green+Blue) = 172+226+117=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE275 is #531D8A. Grayscale: #C5C5C5. Windows color (decimal): -5447051 or 7725740. OLE color: 7725740.
HSL color Cylindrical-coordinate representation of color #ACE275: hue angle of 89.72º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE275 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 117 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.11 |
| HSL | 89.72º | 0.65% | 0.67% | - |
| HSV(B) | 89.72º | 0.48% | 0.89% | - |
| XYZ | 47.42 | 64.45 | 26.77 | - |
| YUV | 197.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 117 | 0.24 | 0 | 0.48 | 0.11 | 89.72 | 0.65 | 0.67 |
| Hex | AC | E2 | 75 | 18 | 0 | 30 | B | 5A | 41 | 43 |
| Octal | 254 | 342 | 165 | 30 | 0 | 60 | 13 | 132 | 101 | 103 |
| Binary | 10101100 | 11100010 | 1110101 | 11000 | 0 | 110000 | 1011 | 1011010 | 1000001 | 1000011 |
Color Harmonies of #ACE275
Complementary color
Monochromatic Colors of #ACE275
Black with #ACE275
Text Example
Text Example
White with #ACE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE275; }
p { color: rgb(172,226,117); }
H1.HeaderClassName
{
color: #ACE275;
}
.AnyTagClassName
{
color: #ACE275;
}
</style>
background-color css
<style>
a { background-color: #ACE275; }
a { background-color: rgb(172,226,117); }
div.DivClassName
{
background-color: #ACE275;
}
.BgClassName
{
background-color: #ACE275;
}
</style>
border-color css
<style>
span { border-color: #ACE275; }
span { border-color: rgb(172,226,117); }
td.TdClassName
{
border-color: #ACE275;
}
.TagClassName
{
border-color: #ACE275;
}
</style>