Shades of Feijoa #ACE37A
Tints of Feijoa #ACE37A
RGB
CMYK
RGB Variations
Color information
#ACE37A (or 0xACE37A) is known color: Feijoa. HEX triplet: AC, E3 and 7A. RGB value is (172,227,122). Sum of RGB (Red+Green+Blue) = 172+227+122=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE37A is #531C85. Grayscale: #C6C6C6. Windows color (decimal): -5446790 or 8053676. OLE color: 8053676.
HSL color Cylindrical-coordinate representation of color #ACE37A: hue angle of 91.43º degrees, saturation: 0.65, 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 #ACE37A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 122 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.11 |
| HSL | 91.43º | 0.65% | 0.68% | - |
| HSV(B) | 91.43º | 0.46% | 0.89% | - |
| XYZ | 48 | 65.11 | 28.45 | - |
| YUV | 198.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 122 | 0.24 | 0 | 0.46 | 0.11 | 91.43 | 0.65 | 0.68 |
| Hex | AC | E3 | 7A | 18 | 0 | 2E | B | 5B | 41 | 44 |
| Octal | 254 | 343 | 172 | 30 | 0 | 56 | 13 | 133 | 101 | 104 |
| Binary | 10101100 | 11100011 | 1111010 | 11000 | 0 | 101110 | 1011 | 1011011 | 1000001 | 1000100 |
Color Harmonies of #ACE37A
Complementary color
Monochromatic Colors of #ACE37A
Black with #ACE37A
Text Example
Text Example
White with #ACE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE37A; }
p { color: rgb(172,227,122); }
H1.HeaderClassName
{
color: #ACE37A;
}
.AnyTagClassName
{
color: #ACE37A;
}
</style>
background-color css
<style>
a { background-color: #ACE37A; }
a { background-color: rgb(172,227,122); }
div.DivClassName
{
background-color: #ACE37A;
}
.BgClassName
{
background-color: #ACE37A;
}
</style>
border-color css
<style>
span { border-color: #ACE37A; }
span { border-color: rgb(172,227,122); }
td.TdClassName
{
border-color: #ACE37A;
}
.TagClassName
{
border-color: #ACE37A;
}
</style>