Shades of Feijoa #ACE98C
Tints of Feijoa #ACE98C
RGB
CMYK
RGB Variations
Color information
#ACE98C (or 0xACE98C) is known color: Feijoa. HEX triplet: AC, E9 and 8C. RGB value is (172,233,140). Sum of RGB (Red+Green+Blue) = 172+233+140=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE98C is #531673. Grayscale: #CCCCCC. Windows color (decimal): -5445236 or 9234860. OLE color: 9234860.
HSL color Cylindrical-coordinate representation of color #ACE98C: hue angle of 99.35º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE98C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 140 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.09 |
| HSL | 99.35º | 0.68% | 0.73% | - |
| HSV(B) | 99.35º | 0.4% | 0.91% | - |
| XYZ | 50.89 | 68.94 | 35.44 | - |
| YUV | 204.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 140 | 0.26 | 0 | 0.40 | 0.09 | 99.35 | 0.68 | 0.73 |
| Hex | AC | E9 | 8C | 1A | 0 | 28 | 9 | 63 | 44 | 49 |
| Octal | 254 | 351 | 214 | 32 | 0 | 50 | 11 | 143 | 104 | 111 |
| Binary | 10101100 | 11101001 | 10001100 | 11010 | 0 | 101000 | 1001 | 1100011 | 1000100 | 1001001 |
Color Harmonies of #ACE98C
Complementary color
Monochromatic Colors of #ACE98C
Black with #ACE98C
Text Example
Text Example
White with #ACE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE98C; }
p { color: rgb(172,233,140); }
H1.HeaderClassName
{
color: #ACE98C;
}
.AnyTagClassName
{
color: #ACE98C;
}
</style>
background-color css
<style>
a { background-color: #ACE98C; }
a { background-color: rgb(172,233,140); }
div.DivClassName
{
background-color: #ACE98C;
}
.BgClassName
{
background-color: #ACE98C;
}
</style>
border-color css
<style>
span { border-color: #ACE98C; }
span { border-color: rgb(172,233,140); }
td.TdClassName
{
border-color: #ACE98C;
}
.TagClassName
{
border-color: #ACE98C;
}
</style>