Shades of Feijoa #ACE16D
Tints of Feijoa #ACE16D
RGB
CMYK
RGB Variations
Color information
#ACE16D (or 0xACE16D) is known color: Feijoa. HEX triplet: AC, E1 and 6D. RGB value is (172,225,109). Sum of RGB (Red+Green+Blue) = 172+225+109=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE16D is #531E92. Grayscale: #C4C4C4. Windows color (decimal): -5447315 or 7201196. OLE color: 7201196.
HSL color Cylindrical-coordinate representation of color #ACE16D: hue angle of 87.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACE16D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 109 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.12 |
| HSL | 87.41º | 0.66% | 0.65% | - |
| HSV(B) | 87.41º | 0.52% | 0.88% | - |
| XYZ | 46.7 | 63.73 | 24.31 | - |
| YUV | 195.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 109 | 0.24 | 0 | 0.52 | 0.12 | 87.41 | 0.66 | 0.65 |
| Hex | AC | E1 | 6D | 18 | 0 | 34 | C | 57 | 42 | 41 |
| Octal | 254 | 341 | 155 | 30 | 0 | 64 | 14 | 127 | 102 | 101 |
| Binary | 10101100 | 11100001 | 1101101 | 11000 | 0 | 110100 | 1100 | 1010111 | 1000010 | 1000001 |
Color Harmonies of #ACE16D
Complementary color
Monochromatic Colors of #ACE16D
Black with #ACE16D
Text Example
Text Example
White with #ACE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE16D; }
p { color: rgb(172,225,109); }
H1.HeaderClassName
{
color: #ACE16D;
}
.AnyTagClassName
{
color: #ACE16D;
}
</style>
background-color css
<style>
a { background-color: #ACE16D; }
a { background-color: rgb(172,225,109); }
div.DivClassName
{
background-color: #ACE16D;
}
.BgClassName
{
background-color: #ACE16D;
}
</style>
border-color css
<style>
span { border-color: #ACE16D; }
span { border-color: rgb(172,225,109); }
td.TdClassName
{
border-color: #ACE16D;
}
.TagClassName
{
border-color: #ACE16D;
}
</style>