Shades of Conifer #ACE958
Tints of Conifer #ACE958
RGB
CMYK
RGB Variations
Color information
#ACE958 (or 0xACE958) is known color: Conifer. HEX triplet: AC, E9 and 58. RGB value is (172,233,88). Sum of RGB (Red+Green+Blue) = 172+233+88=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE958 is #5316A7. Grayscale: #C6C6C6. Windows color (decimal): -5445288 or 5826988. OLE color: 5826988.
HSL color Cylindrical-coordinate representation of color #ACE958: hue angle of 85.24º degrees, saturation: 0.77, 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 #ACE958 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 88 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.09 |
| HSL | 85.24º | 0.77% | 0.63% | - |
| HSV(B) | 85.24º | 0.62% | 0.91% | - |
| XYZ | 47.91 | 67.75 | 19.78 | - |
| YUV | 198.23 | 65.79 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 88 | 0.26 | 0 | 0.62 | 0.09 | 85.24 | 0.77 | 0.63 |
| Hex | AC | E9 | 58 | 1A | 0 | 3E | 9 | 55 | 4D | 3F |
| Octal | 254 | 351 | 130 | 32 | 0 | 76 | 11 | 125 | 115 | 77 |
| Binary | 10101100 | 11101001 | 1011000 | 11010 | 0 | 111110 | 1001 | 1010101 | 1001101 | 111111 |
Color Harmonies of #ACE958
Complementary color
Monochromatic Colors of #ACE958
Black with #ACE958
Text Example
Text Example
White with #ACE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE958; }
p { color: rgb(172,233,88); }
H1.HeaderClassName
{
color: #ACE958;
}
.AnyTagClassName
{
color: #ACE958;
}
</style>
background-color css
<style>
a { background-color: #ACE958; }
a { background-color: rgb(172,233,88); }
div.DivClassName
{
background-color: #ACE958;
}
.BgClassName
{
background-color: #ACE958;
}
</style>
border-color css
<style>
span { border-color: #ACE958; }
span { border-color: rgb(172,233,88); }
td.TdClassName
{
border-color: #ACE958;
}
.TagClassName
{
border-color: #ACE958;
}
</style>