Shades of Feijoa #ACE983
Tints of Feijoa #ACE983
RGB
CMYK
RGB Variations
Color information
#ACE983 (or 0xACE983) is known color: Feijoa. HEX triplet: AC, E9 and 83. RGB value is (172,233,131). Sum of RGB (Red+Green+Blue) = 172+233+131=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE983 is #53167C. Grayscale: #CBCBCB. Windows color (decimal): -5445245 or 8645036. OLE color: 8645036.
HSL color Cylindrical-coordinate representation of color #ACE983: hue angle of 95.88º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE983 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 131 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.09 |
| HSL | 95.88º | 0.7% | 0.71% | - |
| HSV(B) | 95.88º | 0.44% | 0.91% | - |
| XYZ | 50.25 | 68.69 | 32.08 | - |
| YUV | 203.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 131 | 0.26 | 0 | 0.44 | 0.09 | 95.88 | 0.7 | 0.71 |
| Hex | AC | E9 | 83 | 1A | 0 | 2C | 9 | 60 | 46 | 47 |
| Octal | 254 | 351 | 203 | 32 | 0 | 54 | 11 | 140 | 106 | 107 |
| Binary | 10101100 | 11101001 | 10000011 | 11010 | 0 | 101100 | 1001 | 1100000 | 1000110 | 1000111 |
Color Harmonies of #ACE983
Complementary color
Monochromatic Colors of #ACE983
Black with #ACE983
Text Example
Text Example
White with #ACE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE983; }
p { color: rgb(172,233,131); }
H1.HeaderClassName
{
color: #ACE983;
}
.AnyTagClassName
{
color: #ACE983;
}
</style>
background-color css
<style>
a { background-color: #ACE983; }
a { background-color: rgb(172,233,131); }
div.DivClassName
{
background-color: #ACE983;
}
.BgClassName
{
background-color: #ACE983;
}
</style>
border-color css
<style>
span { border-color: #ACE983; }
span { border-color: rgb(172,233,131); }
td.TdClassName
{
border-color: #ACE983;
}
.TagClassName
{
border-color: #ACE983;
}
</style>