Shades of Conifer #ACD046
Tints of Conifer #ACD046
RGB
CMYK
RGB Variations
Color information
#ACD046 (or 0xACD046) is known color: Conifer. HEX triplet: AC, D0 and 46. RGB value is (172,208,70). Sum of RGB (Red+Green+Blue) = 172+208+70=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD046 is #532FB9. Grayscale: #B6B6B6. Windows color (decimal): -5451706 or 4640940. OLE color: 4640940.
HSL color Cylindrical-coordinate representation of color #ACD046: hue angle of 75.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD046 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 70 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.18 |
| HSL | 75.65º | 0.59% | 0.55% | - |
| HSV(B) | 75.65º | 0.66% | 0.82% | - |
| XYZ | 40.67 | 54.32 | 14.14 | - |
| YUV | 181.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 70 | 0.17 | 0 | 0.66 | 0.18 | 75.65 | 0.59 | 0.55 |
| Hex | AC | D0 | 46 | 11 | 0 | 42 | 12 | 4C | 3B | 37 |
| Octal | 254 | 320 | 106 | 21 | 0 | 102 | 22 | 114 | 73 | 67 |
| Binary | 10101100 | 11010000 | 1000110 | 10001 | 0 | 1000010 | 10010 | 1001100 | 111011 | 110111 |
Color Harmonies of #ACD046
Complementary color
Monochromatic Colors of #ACD046
Black with #ACD046
Text Example
Text Example
White with #ACD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD046; }
p { color: rgb(172,208,70); }
H1.HeaderClassName
{
color: #ACD046;
}
.AnyTagClassName
{
color: #ACD046;
}
</style>
background-color css
<style>
a { background-color: #ACD046; }
a { background-color: rgb(172,208,70); }
div.DivClassName
{
background-color: #ACD046;
}
.BgClassName
{
background-color: #ACD046;
}
</style>
border-color css
<style>
span { border-color: #ACD046; }
span { border-color: rgb(172,208,70); }
td.TdClassName
{
border-color: #ACD046;
}
.TagClassName
{
border-color: #ACD046;
}
</style>