Shades of Conifer #ACE16A
Tints of Conifer #ACE16A
RGB
CMYK
RGB Variations
Color information
#ACE16A (or 0xACE16A) is known color: Conifer. HEX triplet: AC, E1 and 6A. RGB value is (172,225,106). Sum of RGB (Red+Green+Blue) = 172+225+106=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE16A is #531E95. Grayscale: #C4C4C4. Windows color (decimal): -5447318 or 7004588. OLE color: 7004588.
HSL color Cylindrical-coordinate representation of color #ACE16A: hue angle of 86.72º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACE16A is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 106 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.12 |
| HSL | 86.72º | 0.66% | 0.65% | - |
| HSV(B) | 86.72º | 0.53% | 0.88% | - |
| XYZ | 46.54 | 63.66 | 23.47 | - |
| YUV | 195.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 106 | 0.24 | 0 | 0.53 | 0.12 | 86.72 | 0.66 | 0.65 |
| Hex | AC | E1 | 6A | 18 | 0 | 35 | C | 57 | 42 | 41 |
| Octal | 254 | 341 | 152 | 30 | 0 | 65 | 14 | 127 | 102 | 101 |
| Binary | 10101100 | 11100001 | 1101010 | 11000 | 0 | 110101 | 1100 | 1010111 | 1000010 | 1000001 |
Color Harmonies of #ACE16A
Complementary color
Monochromatic Colors of #ACE16A
Black with #ACE16A
Text Example
Text Example
White with #ACE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE16A; }
p { color: rgb(172,225,106); }
H1.HeaderClassName
{
color: #ACE16A;
}
.AnyTagClassName
{
color: #ACE16A;
}
</style>
background-color css
<style>
a { background-color: #ACE16A; }
a { background-color: rgb(172,225,106); }
div.DivClassName
{
background-color: #ACE16A;
}
.BgClassName
{
background-color: #ACE16A;
}
</style>
border-color css
<style>
span { border-color: #ACE16A; }
span { border-color: rgb(172,225,106); }
td.TdClassName
{
border-color: #ACE16A;
}
.TagClassName
{
border-color: #ACE16A;
}
</style>