Shades of Conifer #ACDD6A
Tints of Conifer #ACDD6A
RGB
CMYK
RGB Variations
Color information
#ACDD6A (or 0xACDD6A) is known color: Conifer. HEX triplet: AC, DD and 6A. RGB value is (172,221,106). Sum of RGB (Red+Green+Blue) = 172+221+106=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD6A is #532295. Grayscale: #C1C1C1. Windows color (decimal): -5448342 or 7003564. OLE color: 7003564.
HSL color Cylindrical-coordinate representation of color #ACDD6A: hue angle of 85.57º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACDD6A is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 106 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.13 |
| HSL | 85.57º | 0.63% | 0.64% | - |
| HSV(B) | 85.57º | 0.52% | 0.87% | - |
| XYZ | 45.47 | 61.52 | 23.11 | - |
| YUV | 193.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 106 | 0.22 | 0 | 0.52 | 0.13 | 85.57 | 0.63 | 0.64 |
| Hex | AC | DD | 6A | 16 | 0 | 34 | D | 56 | 3F | 40 |
| Octal | 254 | 335 | 152 | 26 | 0 | 64 | 15 | 126 | 77 | 100 |
| Binary | 10101100 | 11011101 | 1101010 | 10110 | 0 | 110100 | 1101 | 1010110 | 111111 | 1000000 |
Color Harmonies of #ACDD6A
Complementary color
Monochromatic Colors of #ACDD6A
Black with #ACDD6A
Text Example
Text Example
White with #ACDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD6A; }
p { color: rgb(172,221,106); }
H1.HeaderClassName
{
color: #ACDD6A;
}
.AnyTagClassName
{
color: #ACDD6A;
}
</style>
background-color css
<style>
a { background-color: #ACDD6A; }
a { background-color: rgb(172,221,106); }
div.DivClassName
{
background-color: #ACDD6A;
}
.BgClassName
{
background-color: #ACDD6A;
}
</style>
border-color css
<style>
span { border-color: #ACDD6A; }
span { border-color: rgb(172,221,106); }
td.TdClassName
{
border-color: #ACDD6A;
}
.TagClassName
{
border-color: #ACDD6A;
}
</style>