Shades of Conifer #ACE155
Tints of Conifer #ACE155
RGB
CMYK
RGB Variations
Color information
#ACE155 (or 0xACE155) is known color: Conifer. HEX triplet: AC, E1 and 55. RGB value is (172,225,85). Sum of RGB (Red+Green+Blue) = 172+225+85=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE155 is #531EAA. Grayscale: #C1C1C1. Windows color (decimal): -5447339 or 5628332. OLE color: 5628332.
HSL color Cylindrical-coordinate representation of color #ACE155: hue angle of 82.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACE155 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 85 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.12 |
| HSL | 82.71º | 0.7% | 0.61% | - |
| HSV(B) | 82.71º | 0.62% | 0.88% | - |
| XYZ | 45.58 | 63.28 | 18.41 | - |
| YUV | 193.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 85 | 0.24 | 0 | 0.62 | 0.12 | 82.71 | 0.7 | 0.61 |
| Hex | AC | E1 | 55 | 18 | 0 | 3E | C | 53 | 46 | 3D |
| Octal | 254 | 341 | 125 | 30 | 0 | 76 | 14 | 123 | 106 | 75 |
| Binary | 10101100 | 11100001 | 1010101 | 11000 | 0 | 111110 | 1100 | 1010011 | 1000110 | 111101 |
Color Harmonies of #ACE155
Complementary color
Monochromatic Colors of #ACE155
Black with #ACE155
Text Example
Text Example
White with #ACE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE155; }
p { color: rgb(172,225,85); }
H1.HeaderClassName
{
color: #ACE155;
}
.AnyTagClassName
{
color: #ACE155;
}
</style>
background-color css
<style>
a { background-color: #ACE155; }
a { background-color: rgb(172,225,85); }
div.DivClassName
{
background-color: #ACE155;
}
.BgClassName
{
background-color: #ACE155;
}
</style>
border-color css
<style>
span { border-color: #ACE155; }
span { border-color: rgb(172,225,85); }
td.TdClassName
{
border-color: #ACE155;
}
.TagClassName
{
border-color: #ACE155;
}
</style>