Shades of Feijoa #ACE573
Tints of Feijoa #ACE573
RGB
CMYK
RGB Variations
Color information
#ACE573 (or 0xACE573) is known color: Feijoa. HEX triplet: AC, E5 and 73. RGB value is (172,229,115). Sum of RGB (Red+Green+Blue) = 172+229+115=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE573 is #531A8C. Grayscale: #C7C7C7. Windows color (decimal): -5446285 or 7595436. OLE color: 7595436.
HSL color Cylindrical-coordinate representation of color #ACE573: hue angle of 90º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE573 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 115 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.10 |
| HSL | 90º | 0.69% | 0.67% | - |
| HSV(B) | 90º | 0.5% | 0.9% | - |
| XYZ | 48.13 | 66.05 | 26.43 | - |
| YUV | 198.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 115 | 0.25 | 0 | 0.50 | 0.10 | 90 | 0.69 | 0.67 |
| Hex | AC | E5 | 73 | 19 | 0 | 32 | A | 5A | 45 | 43 |
| Octal | 254 | 345 | 163 | 31 | 0 | 62 | 12 | 132 | 105 | 103 |
| Binary | 10101100 | 11100101 | 1110011 | 11001 | 0 | 110010 | 1010 | 1011010 | 1000101 | 1000011 |
Color Harmonies of #ACE573
Complementary color
Monochromatic Colors of #ACE573
Black with #ACE573
Text Example
Text Example
White with #ACE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE573; }
p { color: rgb(172,229,115); }
H1.HeaderClassName
{
color: #ACE573;
}
.AnyTagClassName
{
color: #ACE573;
}
</style>
background-color css
<style>
a { background-color: #ACE573; }
a { background-color: rgb(172,229,115); }
div.DivClassName
{
background-color: #ACE573;
}
.BgClassName
{
background-color: #ACE573;
}
</style>
border-color css
<style>
span { border-color: #ACE573; }
span { border-color: rgb(172,229,115); }
td.TdClassName
{
border-color: #ACE573;
}
.TagClassName
{
border-color: #ACE573;
}
</style>