Shades of Conifer #ACD941
Tints of Conifer #ACD941
RGB
CMYK
RGB Variations
Color information
#ACD941 (or 0xACD941) is known color: Conifer. HEX triplet: AC, D9 and 41. RGB value is (172,217,65). Sum of RGB (Red+Green+Blue) = 172+217+65=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD941 is #5326BE. Grayscale: #BABABA. Windows color (decimal): -5449407 or 4315564. OLE color: 4315564.
HSL color Cylindrical-coordinate representation of color #ACD941: hue angle of 77.76º 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 #ACD941 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 65 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.15 |
| HSL | 77.76º | 0.67% | 0.55% | - |
| HSV(B) | 77.76º | 0.7% | 0.85% | - |
| XYZ | 42.78 | 58.78 | 14.09 | - |
| YUV | 186.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 65 | 0.21 | 0 | 0.70 | 0.15 | 77.76 | 0.67 | 0.55 |
| Hex | AC | D9 | 41 | 15 | 0 | 46 | F | 4E | 43 | 37 |
| Octal | 254 | 331 | 101 | 25 | 0 | 106 | 17 | 116 | 103 | 67 |
| Binary | 10101100 | 11011001 | 1000001 | 10101 | 0 | 1000110 | 1111 | 1001110 | 1000011 | 110111 |
Color Harmonies of #ACD941
Complementary color
Monochromatic Colors of #ACD941
Black with #ACD941
Text Example
Text Example
White with #ACD941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD941; }
p { color: rgb(172,217,65); }
H1.HeaderClassName
{
color: #ACD941;
}
.AnyTagClassName
{
color: #ACD941;
}
</style>
background-color css
<style>
a { background-color: #ACD941; }
a { background-color: rgb(172,217,65); }
div.DivClassName
{
background-color: #ACD941;
}
.BgClassName
{
background-color: #ACD941;
}
</style>
border-color css
<style>
span { border-color: #ACD941; }
span { border-color: rgb(172,217,65); }
td.TdClassName
{
border-color: #ACD941;
}
.TagClassName
{
border-color: #ACD941;
}
</style>