Shades of Conifer #ACE154
Tints of Conifer #ACE154
RGB
CMYK
RGB Variations
Color information
#ACE154 (or 0xACE154) is known color: Conifer. HEX triplet: AC, E1 and 54. RGB value is (172,225,84). Sum of RGB (Red+Green+Blue) = 172+225+84=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE154 is #531EAB. Grayscale: #C1C1C1. Windows color (decimal): -5447340 or 5562796. OLE color: 5562796.
HSL color Cylindrical-coordinate representation of color #ACE154: hue angle of 82.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACE154 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 84 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.12 |
| HSL | 82.55º | 0.7% | 0.61% | - |
| HSV(B) | 82.55º | 0.63% | 0.88% | - |
| XYZ | 45.54 | 63.26 | 18.2 | - |
| YUV | 193.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 84 | 0.24 | 0 | 0.63 | 0.12 | 82.55 | 0.7 | 0.61 |
| Hex | AC | E1 | 54 | 18 | 0 | 3F | C | 53 | 46 | 3D |
| Octal | 254 | 341 | 124 | 30 | 0 | 77 | 14 | 123 | 106 | 75 |
| Binary | 10101100 | 11100001 | 1010100 | 11000 | 0 | 111111 | 1100 | 1010011 | 1000110 | 111101 |
Color Harmonies of #ACE154
Complementary color
Monochromatic Colors of #ACE154
Black with #ACE154
Text Example
Text Example
White with #ACE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE154; }
p { color: rgb(172,225,84); }
H1.HeaderClassName
{
color: #ACE154;
}
.AnyTagClassName
{
color: #ACE154;
}
</style>
background-color css
<style>
a { background-color: #ACE154; }
a { background-color: rgb(172,225,84); }
div.DivClassName
{
background-color: #ACE154;
}
.BgClassName
{
background-color: #ACE154;
}
</style>
border-color css
<style>
span { border-color: #ACE154; }
span { border-color: rgb(172,225,84); }
td.TdClassName
{
border-color: #ACE154;
}
.TagClassName
{
border-color: #ACE154;
}
</style>