Shades of Conifer #ACDD6C
Tints of Conifer #ACDD6C
RGB
CMYK
RGB Variations
Color information
#ACDD6C (or 0xACDD6C) is known color: Conifer. HEX triplet: AC, DD and 6C. RGB value is (172,221,108). Sum of RGB (Red+Green+Blue) = 172+221+108=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD6C is #532293. Grayscale: #C1C1C1. Windows color (decimal): -5448340 or 7134636. OLE color: 7134636.
HSL color Cylindrical-coordinate representation of color #ACDD6C: hue angle of 86.02º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACDD6C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 108 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.13 |
| HSL | 86.02º | 0.62% | 0.65% | - |
| HSV(B) | 86.02º | 0.51% | 0.87% | - |
| XYZ | 45.58 | 61.57 | 23.67 | - |
| YUV | 193.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 108 | 0.22 | 0 | 0.51 | 0.13 | 86.02 | 0.62 | 0.65 |
| Hex | AC | DD | 6C | 16 | 0 | 33 | D | 56 | 3E | 41 |
| Octal | 254 | 335 | 154 | 26 | 0 | 63 | 15 | 126 | 76 | 101 |
| Binary | 10101100 | 11011101 | 1101100 | 10110 | 0 | 110011 | 1101 | 1010110 | 111110 | 1000001 |
Color Harmonies of #ACDD6C
Complementary color
Monochromatic Colors of #ACDD6C
Black with #ACDD6C
Text Example
Text Example
White with #ACDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD6C; }
p { color: rgb(172,221,108); }
H1.HeaderClassName
{
color: #ACDD6C;
}
.AnyTagClassName
{
color: #ACDD6C;
}
</style>
background-color css
<style>
a { background-color: #ACDD6C; }
a { background-color: rgb(172,221,108); }
div.DivClassName
{
background-color: #ACDD6C;
}
.BgClassName
{
background-color: #ACDD6C;
}
</style>
border-color css
<style>
span { border-color: #ACDD6C; }
span { border-color: rgb(172,221,108); }
td.TdClassName
{
border-color: #ACDD6C;
}
.TagClassName
{
border-color: #ACDD6C;
}
</style>