Shades of Conifer #ACD942
Tints of Conifer #ACD942
RGB
CMYK
RGB Variations
Color information
#ACD942 (or 0xACD942) is known color: Conifer. HEX triplet: AC, D9 and 42. RGB value is (172,217,66). Sum of RGB (Red+Green+Blue) = 172+217+66=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD942 is #5326BD. Grayscale: #BABABA. Windows color (decimal): -5449406 or 4381100. OLE color: 4381100.
HSL color Cylindrical-coordinate representation of color #ACD942: hue angle of 77.88º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD942 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 66 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.15 |
| HSL | 77.88º | 0.67% | 0.55% | - |
| HSV(B) | 77.88º | 0.7% | 0.85% | - |
| XYZ | 42.81 | 58.79 | 14.25 | - |
| YUV | 186.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 66 | 0.21 | 0 | 0.70 | 0.15 | 77.88 | 0.67 | 0.55 |
| Hex | AC | D9 | 42 | 15 | 0 | 46 | F | 4E | 43 | 37 |
| Octal | 254 | 331 | 102 | 25 | 0 | 106 | 17 | 116 | 103 | 67 |
| Binary | 10101100 | 11011001 | 1000010 | 10101 | 0 | 1000110 | 1111 | 1001110 | 1000011 | 110111 |
Color Harmonies of #ACD942
Complementary color
Monochromatic Colors of #ACD942
Black with #ACD942
Text Example
Text Example
White with #ACD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD942; }
p { color: rgb(172,217,66); }
H1.HeaderClassName
{
color: #ACD942;
}
.AnyTagClassName
{
color: #ACD942;
}
</style>
background-color css
<style>
a { background-color: #ACD942; }
a { background-color: rgb(172,217,66); }
div.DivClassName
{
background-color: #ACD942;
}
.BgClassName
{
background-color: #ACD942;
}
</style>
border-color css
<style>
span { border-color: #ACD942; }
span { border-color: rgb(172,217,66); }
td.TdClassName
{
border-color: #ACD942;
}
.TagClassName
{
border-color: #ACD942;
}
</style>