Shades of Conifer #ACEC40
Tints of Conifer #ACEC40
RGB
CMYK
RGB Variations
Color information
#ACEC40 (or 0xACEC40) is known color: Conifer. HEX triplet: AC, EC and 40. RGB value is (172,236,64). Sum of RGB (Red+Green+Blue) = 172+236+64=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEC40 is #5313BF. Grayscale: #C5C5C5. Windows color (decimal): -5444544 or 4254892. OLE color: 4254892.
HSL color Cylindrical-coordinate representation of color #ACEC40: hue angle of 82.33º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACEC40 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 64 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.07 |
| HSL | 82.33º | 0.82% | 0.59% | - |
| HSV(B) | 82.33º | 0.73% | 0.93% | - |
| XYZ | 47.93 | 69.13 | 15.67 | - |
| YUV | 197.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 64 | 0.27 | 0 | 0.73 | 0.07 | 82.33 | 0.82 | 0.59 |
| Hex | AC | EC | 40 | 1B | 0 | 49 | 7 | 52 | 52 | 3B |
| Octal | 254 | 354 | 100 | 33 | 0 | 111 | 7 | 122 | 122 | 73 |
| Binary | 10101100 | 11101100 | 1000000 | 11011 | 0 | 1001001 | 111 | 1010010 | 1010010 | 111011 |
Color Harmonies of #ACEC40
Complementary color
Monochromatic Colors of #ACEC40
Black with #ACEC40
Text Example
Text Example
White with #ACEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEC40; }
p { color: rgb(172,236,64); }
H1.HeaderClassName
{
color: #ACEC40;
}
.AnyTagClassName
{
color: #ACEC40;
}
</style>
background-color css
<style>
a { background-color: #ACEC40; }
a { background-color: rgb(172,236,64); }
div.DivClassName
{
background-color: #ACEC40;
}
.BgClassName
{
background-color: #ACEC40;
}
</style>
border-color css
<style>
span { border-color: #ACEC40; }
span { border-color: rgb(172,236,64); }
td.TdClassName
{
border-color: #ACEC40;
}
.TagClassName
{
border-color: #ACEC40;
}
</style>