Shades of Conifer #ACE156
Tints of Conifer #ACE156
RGB
CMYK
RGB Variations
Color information
#ACE156 (or 0xACE156) is known color: Conifer. HEX triplet: AC, E1 and 56. RGB value is (172,225,86). Sum of RGB (Red+Green+Blue) = 172+225+86=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE156 is #531EA9. Grayscale: #C1C1C1. Windows color (decimal): -5447338 or 5693868. OLE color: 5693868.
HSL color Cylindrical-coordinate representation of color #ACE156: hue angle of 82.88º 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 #ACE156 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 86 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.12 |
| HSL | 82.88º | 0.7% | 0.61% | - |
| HSV(B) | 82.88º | 0.62% | 0.88% | - |
| XYZ | 45.62 | 63.29 | 18.62 | - |
| YUV | 193.31 | 67.44 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 86 | 0.24 | 0 | 0.62 | 0.12 | 82.88 | 0.7 | 0.61 |
| Hex | AC | E1 | 56 | 18 | 0 | 3E | C | 53 | 46 | 3D |
| Octal | 254 | 341 | 126 | 30 | 0 | 76 | 14 | 123 | 106 | 75 |
| Binary | 10101100 | 11100001 | 1010110 | 11000 | 0 | 111110 | 1100 | 1010011 | 1000110 | 111101 |
Color Harmonies of #ACE156
Complementary color
Monochromatic Colors of #ACE156
Black with #ACE156
Text Example
Text Example
White with #ACE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE156; }
p { color: rgb(172,225,86); }
H1.HeaderClassName
{
color: #ACE156;
}
.AnyTagClassName
{
color: #ACE156;
}
</style>
background-color css
<style>
a { background-color: #ACE156; }
a { background-color: rgb(172,225,86); }
div.DivClassName
{
background-color: #ACE156;
}
.BgClassName
{
background-color: #ACE156;
}
</style>
border-color css
<style>
span { border-color: #ACE156; }
span { border-color: rgb(172,225,86); }
td.TdClassName
{
border-color: #ACE156;
}
.TagClassName
{
border-color: #ACE156;
}
</style>