Shades of Conifer #ACDC40
Tints of Conifer #ACDC40
RGB
CMYK
RGB Variations
Color information
#ACDC40 (or 0xACDC40) is known color: Conifer. HEX triplet: AC, DC and 40. RGB value is (172,220,64). Sum of RGB (Red+Green+Blue) = 172+220+64=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC40 is #5323BF. Grayscale: #BCBCBC. Windows color (decimal): -5448640 or 4250796. OLE color: 4250796.
HSL color Cylindrical-coordinate representation of color #ACDC40: hue angle of 78.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACDC40 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 64 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.14 |
| HSL | 78.46º | 0.69% | 0.56% | - |
| HSV(B) | 78.46º | 0.71% | 0.86% | - |
| XYZ | 43.53 | 60.33 | 14.2 | - |
| YUV | 187.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 64 | 0.22 | 0 | 0.71 | 0.14 | 78.46 | 0.69 | 0.56 |
| Hex | AC | DC | 40 | 16 | 0 | 47 | E | 4E | 45 | 38 |
| Octal | 254 | 334 | 100 | 26 | 0 | 107 | 16 | 116 | 105 | 70 |
| Binary | 10101100 | 11011100 | 1000000 | 10110 | 0 | 1000111 | 1110 | 1001110 | 1000101 | 111000 |
Color Harmonies of #ACDC40
Complementary color
Monochromatic Colors of #ACDC40
Black with #ACDC40
Text Example
Text Example
White with #ACDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC40; }
p { color: rgb(172,220,64); }
H1.HeaderClassName
{
color: #ACDC40;
}
.AnyTagClassName
{
color: #ACDC40;
}
</style>
background-color css
<style>
a { background-color: #ACDC40; }
a { background-color: rgb(172,220,64); }
div.DivClassName
{
background-color: #ACDC40;
}
.BgClassName
{
background-color: #ACDC40;
}
</style>
border-color css
<style>
span { border-color: #ACDC40; }
span { border-color: rgb(172,220,64); }
td.TdClassName
{
border-color: #ACDC40;
}
.TagClassName
{
border-color: #ACDC40;
}
</style>