Shades of Conifer #ACDC42
Tints of Conifer #ACDC42
RGB
CMYK
RGB Variations
Color information
#ACDC42 (or 0xACDC42) is known color: Conifer. HEX triplet: AC, DC and 42. RGB value is (172,220,66). Sum of RGB (Red+Green+Blue) = 172+220+66=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC42 is #5323BD. Grayscale: #BCBCBC. Windows color (decimal): -5448638 or 4381868. OLE color: 4381868.
HSL color Cylindrical-coordinate representation of color #ACDC42: hue angle of 78.7º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACDC42 is Cyan = 0.22, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 66 | - |
| CMYK | 0.22 | 0 | 0.7 | 0.14 |
| HSL | 78.7º | 0.69% | 0.56% | - |
| HSV(B) | 78.7º | 0.7% | 0.86% | - |
| XYZ | 43.59 | 60.35 | 14.51 | - |
| YUV | 188.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 66 | 0.22 | 0 | 0.7 | 0.14 | 78.7 | 0.69 | 0.56 |
| Hex | AC | DC | 42 | 16 | 0 | 46 | E | 4F | 45 | 38 |
| Octal | 254 | 334 | 102 | 26 | 0 | 106 | 16 | 117 | 105 | 70 |
| Binary | 10101100 | 11011100 | 1000010 | 10110 | 0 | 1000110 | 1110 | 1001111 | 1000101 | 111000 |
Color Harmonies of #ACDC42
Complementary color
Monochromatic Colors of #ACDC42
Black with #ACDC42
Text Example
Text Example
White with #ACDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC42; }
p { color: rgb(172,220,66); }
H1.HeaderClassName
{
color: #ACDC42;
}
.AnyTagClassName
{
color: #ACDC42;
}
</style>
background-color css
<style>
a { background-color: #ACDC42; }
a { background-color: rgb(172,220,66); }
div.DivClassName
{
background-color: #ACDC42;
}
.BgClassName
{
background-color: #ACDC42;
}
</style>
border-color css
<style>
span { border-color: #ACDC42; }
span { border-color: rgb(172,220,66); }
td.TdClassName
{
border-color: #ACDC42;
}
.TagClassName
{
border-color: #ACDC42;
}
</style>