Shades of Feijoa #ACE984
Tints of Feijoa #ACE984
RGB
CMYK
RGB Variations
Color information
#ACE984 (or 0xACE984) is known color: Feijoa. HEX triplet: AC, E9 and 84. RGB value is (172,233,132). Sum of RGB (Red+Green+Blue) = 172+233+132=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE984 is #53167B. Grayscale: #CBCBCB. Windows color (decimal): -5445244 or 8710572. OLE color: 8710572.
HSL color Cylindrical-coordinate representation of color #ACE984: hue angle of 96.24º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE984 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 132 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.09 |
| HSL | 96.24º | 0.7% | 0.72% | - |
| HSV(B) | 96.24º | 0.43% | 0.91% | - |
| XYZ | 50.32 | 68.71 | 32.44 | - |
| YUV | 203.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 132 | 0.26 | 0 | 0.43 | 0.09 | 96.24 | 0.7 | 0.72 |
| Hex | AC | E9 | 84 | 1A | 0 | 2B | 9 | 60 | 46 | 48 |
| Octal | 254 | 351 | 204 | 32 | 0 | 53 | 11 | 140 | 106 | 110 |
| Binary | 10101100 | 11101001 | 10000100 | 11010 | 0 | 101011 | 1001 | 1100000 | 1000110 | 1001000 |
Color Harmonies of #ACE984
Complementary color
Monochromatic Colors of #ACE984
Black with #ACE984
Text Example
Text Example
White with #ACE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE984; }
p { color: rgb(172,233,132); }
H1.HeaderClassName
{
color: #ACE984;
}
.AnyTagClassName
{
color: #ACE984;
}
</style>
background-color css
<style>
a { background-color: #ACE984; }
a { background-color: rgb(172,233,132); }
div.DivClassName
{
background-color: #ACE984;
}
.BgClassName
{
background-color: #ACE984;
}
</style>
border-color css
<style>
span { border-color: #ACE984; }
span { border-color: rgb(172,233,132); }
td.TdClassName
{
border-color: #ACE984;
}
.TagClassName
{
border-color: #ACE984;
}
</style>