Shades of Feijoa #ACE377
Tints of Feijoa #ACE377
RGB
CMYK
RGB Variations
Color information
#ACE377 (or 0xACE377) is known color: Feijoa. HEX triplet: AC, E3 and 77. RGB value is (172,227,119). Sum of RGB (Red+Green+Blue) = 172+227+119=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE377 is #531C88. Grayscale: #C6C6C6. Windows color (decimal): -5446793 or 7857068. OLE color: 7857068.
HSL color Cylindrical-coordinate representation of color #ACE377: hue angle of 90.56º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE377 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 119 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.11 |
| HSL | 90.56º | 0.66% | 0.68% | - |
| HSV(B) | 90.56º | 0.48% | 0.89% | - |
| XYZ | 47.81 | 65.04 | 27.49 | - |
| YUV | 198.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 119 | 0.24 | 0 | 0.48 | 0.11 | 90.56 | 0.66 | 0.68 |
| Hex | AC | E3 | 77 | 18 | 0 | 30 | B | 5B | 42 | 44 |
| Octal | 254 | 343 | 167 | 30 | 0 | 60 | 13 | 133 | 102 | 104 |
| Binary | 10101100 | 11100011 | 1110111 | 11000 | 0 | 110000 | 1011 | 1011011 | 1000010 | 1000100 |
Color Harmonies of #ACE377
Complementary color
Monochromatic Colors of #ACE377
Black with #ACE377
Text Example
Text Example
White with #ACE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE377; }
p { color: rgb(172,227,119); }
H1.HeaderClassName
{
color: #ACE377;
}
.AnyTagClassName
{
color: #ACE377;
}
</style>
background-color css
<style>
a { background-color: #ACE377; }
a { background-color: rgb(172,227,119); }
div.DivClassName
{
background-color: #ACE377;
}
.BgClassName
{
background-color: #ACE377;
}
</style>
border-color css
<style>
span { border-color: #ACE377; }
span { border-color: rgb(172,227,119); }
td.TdClassName
{
border-color: #ACE377;
}
.TagClassName
{
border-color: #ACE377;
}
</style>