Shades of Feijoa #ACE480
Tints of Feijoa #ACE480
RGB
CMYK
RGB Variations
Color information
#ACE480 (or 0xACE480) is known color: Feijoa. HEX triplet: AC, E4 and 80. RGB value is (172,228,128). Sum of RGB (Red+Green+Blue) = 172+228+128=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE480 is #531B7F. Grayscale: #C8C8C8. Windows color (decimal): -5446528 or 8447148. OLE color: 8447148.
HSL color Cylindrical-coordinate representation of color #ACE480: hue angle of 93.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE480 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 128 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 93.6º | 0.65% | 0.7% | - |
| HSV(B) | 93.6º | 0.44% | 0.89% | - |
| XYZ | 48.65 | 65.82 | 30.56 | - |
| YUV | 199.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 128 | 0.25 | 0 | 0.44 | 0.11 | 93.6 | 0.65 | 0.7 |
| Hex | AC | E4 | 80 | 19 | 0 | 2C | B | 5E | 41 | 46 |
| Octal | 254 | 344 | 200 | 31 | 0 | 54 | 13 | 136 | 101 | 106 |
| Binary | 10101100 | 11100100 | 10000000 | 11001 | 0 | 101100 | 1011 | 1011110 | 1000001 | 1000110 |
Color Harmonies of #ACE480
Complementary color
Monochromatic Colors of #ACE480
Black with #ACE480
Text Example
Text Example
White with #ACE480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE480; }
p { color: rgb(172,228,128); }
H1.HeaderClassName
{
color: #ACE480;
}
.AnyTagClassName
{
color: #ACE480;
}
</style>
background-color css
<style>
a { background-color: #ACE480; }
a { background-color: rgb(172,228,128); }
div.DivClassName
{
background-color: #ACE480;
}
.BgClassName
{
background-color: #ACE480;
}
</style>
border-color css
<style>
span { border-color: #ACE480; }
span { border-color: rgb(172,228,128); }
td.TdClassName
{
border-color: #ACE480;
}
.TagClassName
{
border-color: #ACE480;
}
</style>