Shades of Feijoa #ACE978
Tints of Feijoa #ACE978
RGB
CMYK
RGB Variations
Color information
#ACE978 (or 0xACE978) is known color: Feijoa. HEX triplet: AC, E9 and 78. RGB value is (172,233,120). Sum of RGB (Red+Green+Blue) = 172+233+120=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE978 is #531687. Grayscale: #CACACA. Windows color (decimal): -5445256 or 7924140. OLE color: 7924140.
HSL color Cylindrical-coordinate representation of color #ACE978: hue angle of 92.39º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE978 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 120 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.09 |
| HSL | 92.39º | 0.72% | 0.69% | - |
| HSV(B) | 92.39º | 0.48% | 0.91% | - |
| XYZ | 49.54 | 68.4 | 28.36 | - |
| YUV | 201.88 | 81.79 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 120 | 0.26 | 0 | 0.48 | 0.09 | 92.39 | 0.72 | 0.69 |
| Hex | AC | E9 | 78 | 1A | 0 | 30 | 9 | 5C | 48 | 45 |
| Octal | 254 | 351 | 170 | 32 | 0 | 60 | 11 | 134 | 110 | 105 |
| Binary | 10101100 | 11101001 | 1111000 | 11010 | 0 | 110000 | 1001 | 1011100 | 1001000 | 1000101 |
Color Harmonies of #ACE978
Complementary color
Monochromatic Colors of #ACE978
Black with #ACE978
Text Example
Text Example
White with #ACE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE978; }
p { color: rgb(172,233,120); }
H1.HeaderClassName
{
color: #ACE978;
}
.AnyTagClassName
{
color: #ACE978;
}
</style>
background-color css
<style>
a { background-color: #ACE978; }
a { background-color: rgb(172,233,120); }
div.DivClassName
{
background-color: #ACE978;
}
.BgClassName
{
background-color: #ACE978;
}
</style>
border-color css
<style>
span { border-color: #ACE978; }
span { border-color: rgb(172,233,120); }
td.TdClassName
{
border-color: #ACE978;
}
.TagClassName
{
border-color: #ACE978;
}
</style>