Shades of Feijoa #ACE57D
Tints of Feijoa #ACE57D
RGB
CMYK
RGB Variations
Color information
#ACE57D (or 0xACE57D) is known color: Feijoa. HEX triplet: AC, E5 and 7D. RGB value is (172,229,125). Sum of RGB (Red+Green+Blue) = 172+229+125=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE57D is #531A82. Grayscale: #C8C8C8. Windows color (decimal): -5446275 or 8250796. OLE color: 8250796.
HSL color Cylindrical-coordinate representation of color #ACE57D: hue angle of 92.88º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACE57D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 125 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.10 |
| HSL | 92.88º | 0.67% | 0.69% | - |
| HSV(B) | 92.88º | 0.45% | 0.9% | - |
| XYZ | 48.73 | 66.29 | 29.63 | - |
| YUV | 200.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 125 | 0.25 | 0 | 0.45 | 0.10 | 92.88 | 0.67 | 0.69 |
| Hex | AC | E5 | 7D | 19 | 0 | 2D | A | 5D | 43 | 45 |
| Octal | 254 | 345 | 175 | 31 | 0 | 55 | 12 | 135 | 103 | 105 |
| Binary | 10101100 | 11100101 | 1111101 | 11001 | 0 | 101101 | 1010 | 1011101 | 1000011 | 1000101 |
Color Harmonies of #ACE57D
Complementary color
Monochromatic Colors of #ACE57D
Black with #ACE57D
Text Example
Text Example
White with #ACE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE57D; }
p { color: rgb(172,229,125); }
H1.HeaderClassName
{
color: #ACE57D;
}
.AnyTagClassName
{
color: #ACE57D;
}
</style>
background-color css
<style>
a { background-color: #ACE57D; }
a { background-color: rgb(172,229,125); }
div.DivClassName
{
background-color: #ACE57D;
}
.BgClassName
{
background-color: #ACE57D;
}
</style>
border-color css
<style>
span { border-color: #ACE57D; }
span { border-color: rgb(172,229,125); }
td.TdClassName
{
border-color: #ACE57D;
}
.TagClassName
{
border-color: #ACE57D;
}
</style>