Shades of Conifer #ACEC54
Tints of Conifer #ACEC54
RGB
CMYK
RGB Variations
Color information
#ACEC54 (or 0xACEC54) is known color: Conifer. HEX triplet: AC, EC and 54. RGB value is (172,236,84). Sum of RGB (Red+Green+Blue) = 172+236+84=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEC54 is #5313AB. Grayscale: #C8C8C8. Windows color (decimal): -5444524 or 5565612. OLE color: 5565612.
HSL color Cylindrical-coordinate representation of color #ACEC54: hue angle of 85.26º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACEC54 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 84 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.07 |
| HSL | 85.26º | 0.8% | 0.63% | - |
| HSV(B) | 85.26º | 0.64% | 0.93% | - |
| XYZ | 48.61 | 69.4 | 19.22 | - |
| YUV | 199.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 84 | 0.27 | 0 | 0.64 | 0.07 | 85.26 | 0.8 | 0.63 |
| Hex | AC | EC | 54 | 1B | 0 | 40 | 7 | 55 | 50 | 3F |
| Octal | 254 | 354 | 124 | 33 | 0 | 100 | 7 | 125 | 120 | 77 |
| Binary | 10101100 | 11101100 | 1010100 | 11011 | 0 | 1000000 | 111 | 1010101 | 1010000 | 111111 |
Color Harmonies of #ACEC54
Complementary color
Monochromatic Colors of #ACEC54
Black with #ACEC54
Text Example
Text Example
White with #ACEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEC54; }
p { color: rgb(172,236,84); }
H1.HeaderClassName
{
color: #ACEC54;
}
.AnyTagClassName
{
color: #ACEC54;
}
</style>
background-color css
<style>
a { background-color: #ACEC54; }
a { background-color: rgb(172,236,84); }
div.DivClassName
{
background-color: #ACEC54;
}
.BgClassName
{
background-color: #ACEC54;
}
</style>
border-color css
<style>
span { border-color: #ACEC54; }
span { border-color: rgb(172,236,84); }
td.TdClassName
{
border-color: #ACEC54;
}
.TagClassName
{
border-color: #ACEC54;
}
</style>