Shades of Feijoa #ACE980
Tints of Feijoa #ACE980
RGB
CMYK
RGB Variations
Color information
#ACE980 (or 0xACE980) is known color: Feijoa. HEX triplet: AC, E9 and 80. RGB value is (172,233,128). Sum of RGB (Red+Green+Blue) = 172+233+128=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE980 is #53167F. Grayscale: #CBCBCB. Windows color (decimal): -5445248 or 8448428. OLE color: 8448428.
HSL color Cylindrical-coordinate representation of color #ACE980: hue angle of 94.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACE980 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 128 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.09 |
| HSL | 94.86º | 0.7% | 0.71% | - |
| HSV(B) | 94.86º | 0.45% | 0.91% | - |
| XYZ | 50.05 | 68.61 | 31.03 | - |
| YUV | 202.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 128 | 0.26 | 0 | 0.45 | 0.09 | 94.86 | 0.7 | 0.71 |
| Hex | AC | E9 | 80 | 1A | 0 | 2D | 9 | 5F | 46 | 47 |
| Octal | 254 | 351 | 200 | 32 | 0 | 55 | 11 | 137 | 106 | 107 |
| Binary | 10101100 | 11101001 | 10000000 | 11010 | 0 | 101101 | 1001 | 1011111 | 1000110 | 1000111 |
Color Harmonies of #ACE980
Complementary color
Monochromatic Colors of #ACE980
Black with #ACE980
Text Example
Text Example
White with #ACE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE980; }
p { color: rgb(172,233,128); }
H1.HeaderClassName
{
color: #ACE980;
}
.AnyTagClassName
{
color: #ACE980;
}
</style>
background-color css
<style>
a { background-color: #ACE980; }
a { background-color: rgb(172,233,128); }
div.DivClassName
{
background-color: #ACE980;
}
.BgClassName
{
background-color: #ACE980;
}
</style>
border-color css
<style>
span { border-color: #ACE980; }
span { border-color: rgb(172,233,128); }
td.TdClassName
{
border-color: #ACE980;
}
.TagClassName
{
border-color: #ACE980;
}
</style>