Shades of Feijoa #ACE976
Tints of Feijoa #ACE976
RGB
CMYK
RGB Variations
Color information
#ACE976 (or 0xACE976) is known color: Feijoa. HEX triplet: AC, E9 and 76. RGB value is (172,233,118). Sum of RGB (Red+Green+Blue) = 172+233+118=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE976 is #531689. Grayscale: #CACACA. Windows color (decimal): -5445258 or 7793068. OLE color: 7793068.
HSL color Cylindrical-coordinate representation of color #ACE976: hue angle of 91.83º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACE976 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 118 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.09 |
| HSL | 91.83º | 0.72% | 0.69% | - |
| HSV(B) | 91.83º | 0.49% | 0.91% | - |
| XYZ | 49.42 | 68.36 | 27.73 | - |
| YUV | 201.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 118 | 0.26 | 0 | 0.49 | 0.09 | 91.83 | 0.72 | 0.69 |
| Hex | AC | E9 | 76 | 1A | 0 | 31 | 9 | 5C | 48 | 45 |
| Octal | 254 | 351 | 166 | 32 | 0 | 61 | 11 | 134 | 110 | 105 |
| Binary | 10101100 | 11101001 | 1110110 | 11010 | 0 | 110001 | 1001 | 1011100 | 1001000 | 1000101 |
Color Harmonies of #ACE976
Complementary color
Monochromatic Colors of #ACE976
Black with #ACE976
Text Example
Text Example
White with #ACE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE976; }
p { color: rgb(172,233,118); }
H1.HeaderClassName
{
color: #ACE976;
}
.AnyTagClassName
{
color: #ACE976;
}
</style>
background-color css
<style>
a { background-color: #ACE976; }
a { background-color: rgb(172,233,118); }
div.DivClassName
{
background-color: #ACE976;
}
.BgClassName
{
background-color: #ACE976;
}
</style>
border-color css
<style>
span { border-color: #ACE976; }
span { border-color: rgb(172,233,118); }
td.TdClassName
{
border-color: #ACE976;
}
.TagClassName
{
border-color: #ACE976;
}
</style>