Shades of Conifer #ACE858
Tints of Conifer #ACE858
RGB
CMYK
RGB Variations
Color information
#ACE858 (or 0xACE858) is known color: Conifer. HEX triplet: AC, E8 and 58. RGB value is (172,232,88). Sum of RGB (Red+Green+Blue) = 172+232+88=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE858 is #5317A7. Grayscale: #C6C6C6. Windows color (decimal): -5445544 or 5826732. OLE color: 5826732.
HSL color Cylindrical-coordinate representation of color #ACE858: hue angle of 85º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACE858 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 88 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.09 |
| HSL | 85º | 0.76% | 0.63% | - |
| HSV(B) | 85º | 0.62% | 0.91% | - |
| XYZ | 47.63 | 67.19 | 19.69 | - |
| YUV | 197.64 | 66.12 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 88 | 0.26 | 0 | 0.62 | 0.09 | 85 | 0.76 | 0.63 |
| Hex | AC | E8 | 58 | 1A | 0 | 3E | 9 | 55 | 4C | 3F |
| Octal | 254 | 350 | 130 | 32 | 0 | 76 | 11 | 125 | 114 | 77 |
| Binary | 10101100 | 11101000 | 1011000 | 11010 | 0 | 111110 | 1001 | 1010101 | 1001100 | 111111 |
Color Harmonies of #ACE858
Complementary color
Monochromatic Colors of #ACE858
Black with #ACE858
Text Example
Text Example
White with #ACE858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE858; }
p { color: rgb(172,232,88); }
H1.HeaderClassName
{
color: #ACE858;
}
.AnyTagClassName
{
color: #ACE858;
}
</style>
background-color css
<style>
a { background-color: #ACE858; }
a { background-color: rgb(172,232,88); }
div.DivClassName
{
background-color: #ACE858;
}
.BgClassName
{
background-color: #ACE858;
}
</style>
border-color css
<style>
span { border-color: #ACE858; }
span { border-color: rgb(172,232,88); }
td.TdClassName
{
border-color: #ACE858;
}
.TagClassName
{
border-color: #ACE858;
}
</style>