Shades of Conifer #ACE45D
Tints of Conifer #ACE45D
RGB
CMYK
RGB Variations
Color information
#ACE45D (or 0xACE45D) is known color: Conifer. HEX triplet: AC, E4 and 5D. RGB value is (172,228,93). Sum of RGB (Red+Green+Blue) = 172+228+93=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE45D is #531BA2. Grayscale: #C4C4C4. Windows color (decimal): -5446563 or 6153388. OLE color: 6153388.
HSL color Cylindrical-coordinate representation of color #ACE45D: hue angle of 84.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE45D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 93 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 84.89º | 0.71% | 0.63% | - |
| HSV(B) | 84.89º | 0.59% | 0.89% | - |
| XYZ | 46.73 | 65.05 | 20.45 | - |
| YUV | 195.87 | 69.95 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 93 | 0.25 | 0 | 0.59 | 0.11 | 84.89 | 0.71 | 0.63 |
| Hex | AC | E4 | 5D | 19 | 0 | 3B | B | 55 | 47 | 3F |
| Octal | 254 | 344 | 135 | 31 | 0 | 73 | 13 | 125 | 107 | 77 |
| Binary | 10101100 | 11100100 | 1011101 | 11001 | 0 | 111011 | 1011 | 1010101 | 1000111 | 111111 |
Color Harmonies of #ACE45D
Complementary color
Monochromatic Colors of #ACE45D
Black with #ACE45D
Text Example
Text Example
White with #ACE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE45D; }
p { color: rgb(172,228,93); }
H1.HeaderClassName
{
color: #ACE45D;
}
.AnyTagClassName
{
color: #ACE45D;
}
</style>
background-color css
<style>
a { background-color: #ACE45D; }
a { background-color: rgb(172,228,93); }
div.DivClassName
{
background-color: #ACE45D;
}
.BgClassName
{
background-color: #ACE45D;
}
</style>
border-color css
<style>
span { border-color: #ACE45D; }
span { border-color: rgb(172,228,93); }
td.TdClassName
{
border-color: #ACE45D;
}
.TagClassName
{
border-color: #ACE45D;
}
</style>