Shades of Conifer #ACE15D
Tints of Conifer #ACE15D
RGB
CMYK
RGB Variations
Color information
#ACE15D (or 0xACE15D) is known color: Conifer. HEX triplet: AC, E1 and 5D. RGB value is (172,225,93). Sum of RGB (Red+Green+Blue) = 172+225+93=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE15D is #531EA2. Grayscale: #C2C2C2. Windows color (decimal): -5447331 or 6152620. OLE color: 6152620.
HSL color Cylindrical-coordinate representation of color #ACE15D: hue angle of 84.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE15D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 93 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.12 |
| HSL | 84.09º | 0.69% | 0.62% | - |
| HSV(B) | 84.09º | 0.59% | 0.88% | - |
| XYZ | 45.91 | 63.41 | 20.18 | - |
| YUV | 194.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 93 | 0.24 | 0 | 0.59 | 0.12 | 84.09 | 0.69 | 0.62 |
| Hex | AC | E1 | 5D | 18 | 0 | 3B | C | 54 | 45 | 3E |
| Octal | 254 | 341 | 135 | 30 | 0 | 73 | 14 | 124 | 105 | 76 |
| Binary | 10101100 | 11100001 | 1011101 | 11000 | 0 | 111011 | 1100 | 1010100 | 1000101 | 111110 |
Color Harmonies of #ACE15D
Complementary color
Monochromatic Colors of #ACE15D
Black with #ACE15D
Text Example
Text Example
White with #ACE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE15D; }
p { color: rgb(172,225,93); }
H1.HeaderClassName
{
color: #ACE15D;
}
.AnyTagClassName
{
color: #ACE15D;
}
</style>
background-color css
<style>
a { background-color: #ACE15D; }
a { background-color: rgb(172,225,93); }
div.DivClassName
{
background-color: #ACE15D;
}
.BgClassName
{
background-color: #ACE15D;
}
</style>
border-color css
<style>
span { border-color: #ACE15D; }
span { border-color: rgb(172,225,93); }
td.TdClassName
{
border-color: #ACE15D;
}
.TagClassName
{
border-color: #ACE15D;
}
</style>