Shades of Conifer #ACD049
Tints of Conifer #ACD049
RGB
CMYK
RGB Variations
Color information
#ACD049 (or 0xACD049) is known color: Conifer. HEX triplet: AC, D0 and 49. RGB value is (172,208,73). Sum of RGB (Red+Green+Blue) = 172+208+73=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD049 is #532FB6. Grayscale: #B6B6B6. Windows color (decimal): -5451703 or 4837548. OLE color: 4837548.
HSL color Cylindrical-coordinate representation of color #ACD049: hue angle of 76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACD049 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 73 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.18 |
| HSL | 76º | 0.59% | 0.55% | - |
| HSV(B) | 76º | 0.65% | 0.82% | - |
| XYZ | 40.77 | 54.36 | 14.65 | - |
| YUV | 181.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 73 | 0.17 | 0 | 0.65 | 0.18 | 76 | 0.59 | 0.55 |
| Hex | AC | D0 | 49 | 11 | 0 | 41 | 12 | 4C | 3B | 37 |
| Octal | 254 | 320 | 111 | 21 | 0 | 101 | 22 | 114 | 73 | 67 |
| Binary | 10101100 | 11010000 | 1001001 | 10001 | 0 | 1000001 | 10010 | 1001100 | 111011 | 110111 |
Color Harmonies of #ACD049
Complementary color
Monochromatic Colors of #ACD049
Black with #ACD049
Text Example
Text Example
White with #ACD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD049; }
p { color: rgb(172,208,73); }
H1.HeaderClassName
{
color: #ACD049;
}
.AnyTagClassName
{
color: #ACD049;
}
</style>
background-color css
<style>
a { background-color: #ACD049; }
a { background-color: rgb(172,208,73); }
div.DivClassName
{
background-color: #ACD049;
}
.BgClassName
{
background-color: #ACD049;
}
</style>
border-color css
<style>
span { border-color: #ACD049; }
span { border-color: rgb(172,208,73); }
td.TdClassName
{
border-color: #ACD049;
}
.TagClassName
{
border-color: #ACD049;
}
</style>