Shades of Feijoa #ACE57E
Tints of Feijoa #ACE57E
RGB
CMYK
RGB Variations
Color information
#ACE57E (or 0xACE57E) is known color: Feijoa. HEX triplet: AC, E5 and 7E. RGB value is (172,229,126). Sum of RGB (Red+Green+Blue) = 172+229+126=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE57E is #531A81. Grayscale: #C8C8C8. Windows color (decimal): -5446274 or 8316332. OLE color: 8316332.
HSL color Cylindrical-coordinate representation of color #ACE57E: hue angle of 93.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACE57E is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 126 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.10 |
| HSL | 93.2º | 0.66% | 0.7% | - |
| HSV(B) | 93.2º | 0.45% | 0.9% | - |
| XYZ | 48.8 | 66.32 | 29.97 | - |
| YUV | 200.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 126 | 0.25 | 0 | 0.45 | 0.10 | 93.2 | 0.66 | 0.7 |
| Hex | AC | E5 | 7E | 19 | 0 | 2D | A | 5D | 42 | 46 |
| Octal | 254 | 345 | 176 | 31 | 0 | 55 | 12 | 135 | 102 | 106 |
| Binary | 10101100 | 11100101 | 1111110 | 11001 | 0 | 101101 | 1010 | 1011101 | 1000010 | 1000110 |
Color Harmonies of #ACE57E
Complementary color
Monochromatic Colors of #ACE57E
Black with #ACE57E
Text Example
Text Example
White with #ACE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE57E; }
p { color: rgb(172,229,126); }
H1.HeaderClassName
{
color: #ACE57E;
}
.AnyTagClassName
{
color: #ACE57E;
}
</style>
background-color css
<style>
a { background-color: #ACE57E; }
a { background-color: rgb(172,229,126); }
div.DivClassName
{
background-color: #ACE57E;
}
.BgClassName
{
background-color: #ACE57E;
}
</style>
border-color css
<style>
span { border-color: #ACE57E; }
span { border-color: rgb(172,229,126); }
td.TdClassName
{
border-color: #ACE57E;
}
.TagClassName
{
border-color: #ACE57E;
}
</style>