Shades of Conifer #ACEC68
Tints of Conifer #ACEC68
RGB
CMYK
RGB Variations
Color information
#ACEC68 (or 0xACEC68) is known color: Conifer. HEX triplet: AC, EC and 68. RGB value is (172,236,104). Sum of RGB (Red+Green+Blue) = 172+236+104=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEC68 is #531397. Grayscale: #CACACA. Windows color (decimal): -5444504 or 6876332. OLE color: 6876332.
HSL color Cylindrical-coordinate representation of color #ACEC68: hue angle of 89.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACEC68 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 104 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.07 |
| HSL | 89.09º | 0.78% | 0.67% | - |
| HSV(B) | 89.09º | 0.56% | 0.93% | - |
| XYZ | 49.51 | 69.76 | 23.95 | - |
| YUV | 201.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 104 | 0.27 | 0 | 0.56 | 0.07 | 89.09 | 0.78 | 0.67 |
| Hex | AC | EC | 68 | 1B | 0 | 38 | 7 | 59 | 4E | 43 |
| Octal | 254 | 354 | 150 | 33 | 0 | 70 | 7 | 131 | 116 | 103 |
| Binary | 10101100 | 11101100 | 1101000 | 11011 | 0 | 111000 | 111 | 1011001 | 1001110 | 1000011 |
Color Harmonies of #ACEC68
Complementary color
Monochromatic Colors of #ACEC68
Black with #ACEC68
Text Example
Text Example
White with #ACEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEC68; }
p { color: rgb(172,236,104); }
H1.HeaderClassName
{
color: #ACEC68;
}
.AnyTagClassName
{
color: #ACEC68;
}
</style>
background-color css
<style>
a { background-color: #ACEC68; }
a { background-color: rgb(172,236,104); }
div.DivClassName
{
background-color: #ACEC68;
}
.BgClassName
{
background-color: #ACEC68;
}
</style>
border-color css
<style>
span { border-color: #ACEC68; }
span { border-color: rgb(172,236,104); }
td.TdClassName
{
border-color: #ACEC68;
}
.TagClassName
{
border-color: #ACEC68;
}
</style>