Shades of Conifer #ACDC47
Tints of Conifer #ACDC47
RGB
CMYK
RGB Variations
Color information
#ACDC47 (or 0xACDC47) is known color: Conifer. HEX triplet: AC, DC and 47. RGB value is (172,220,71). Sum of RGB (Red+Green+Blue) = 172+220+71=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC47 is #5323B8. Grayscale: #BDBDBD. Windows color (decimal): -5448633 or 4709548. OLE color: 4709548.
HSL color Cylindrical-coordinate representation of color #ACDC47: hue angle of 79.33º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACDC47 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 71 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.14 |
| HSL | 79.33º | 0.68% | 0.57% | - |
| HSV(B) | 79.33º | 0.68% | 0.86% | - |
| XYZ | 43.74 | 60.41 | 15.32 | - |
| YUV | 188.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 71 | 0.22 | 0 | 0.68 | 0.14 | 79.33 | 0.68 | 0.57 |
| Hex | AC | DC | 47 | 16 | 0 | 44 | E | 4F | 44 | 39 |
| Octal | 254 | 334 | 107 | 26 | 0 | 104 | 16 | 117 | 104 | 71 |
| Binary | 10101100 | 11011100 | 1000111 | 10110 | 0 | 1000100 | 1110 | 1001111 | 1000100 | 111001 |
Color Harmonies of #ACDC47
Complementary color
Monochromatic Colors of #ACDC47
Black with #ACDC47
Text Example
Text Example
White with #ACDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC47; }
p { color: rgb(172,220,71); }
H1.HeaderClassName
{
color: #ACDC47;
}
.AnyTagClassName
{
color: #ACDC47;
}
</style>
background-color css
<style>
a { background-color: #ACDC47; }
a { background-color: rgb(172,220,71); }
div.DivClassName
{
background-color: #ACDC47;
}
.BgClassName
{
background-color: #ACDC47;
}
</style>
border-color css
<style>
span { border-color: #ACDC47; }
span { border-color: rgb(172,220,71); }
td.TdClassName
{
border-color: #ACDC47;
}
.TagClassName
{
border-color: #ACDC47;
}
</style>