Shades of Conifer #ACDD56
Tints of Conifer #ACDD56
RGB
CMYK
RGB Variations
Color information
#ACDD56 (or 0xACDD56) is known color: Conifer. HEX triplet: AC, DD and 56. RGB value is (172,221,86). Sum of RGB (Red+Green+Blue) = 172+221+86=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD56 is #5322A9. Grayscale: #BFBFBF. Windows color (decimal): -5448362 or 5692844. OLE color: 5692844.
HSL color Cylindrical-coordinate representation of color #ACDD56: hue angle of 81.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACDD56 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 86 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.13 |
| HSL | 81.78º | 0.67% | 0.6% | - |
| HSV(B) | 81.78º | 0.61% | 0.87% | - |
| XYZ | 44.55 | 61.16 | 18.26 | - |
| YUV | 190.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 86 | 0.22 | 0 | 0.61 | 0.13 | 81.78 | 0.67 | 0.6 |
| Hex | AC | DD | 56 | 16 | 0 | 3D | D | 52 | 43 | 3C |
| Octal | 254 | 335 | 126 | 26 | 0 | 75 | 15 | 122 | 103 | 74 |
| Binary | 10101100 | 11011101 | 1010110 | 10110 | 0 | 111101 | 1101 | 1010010 | 1000011 | 111100 |
Color Harmonies of #ACDD56
Complementary color
Monochromatic Colors of #ACDD56
Black with #ACDD56
Text Example
Text Example
White with #ACDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD56; }
p { color: rgb(172,221,86); }
H1.HeaderClassName
{
color: #ACDD56;
}
.AnyTagClassName
{
color: #ACDD56;
}
</style>
background-color css
<style>
a { background-color: #ACDD56; }
a { background-color: rgb(172,221,86); }
div.DivClassName
{
background-color: #ACDD56;
}
.BgClassName
{
background-color: #ACDD56;
}
</style>
border-color css
<style>
span { border-color: #ACDD56; }
span { border-color: rgb(172,221,86); }
td.TdClassName
{
border-color: #ACDD56;
}
.TagClassName
{
border-color: #ACDD56;
}
</style>