Shades of Conifer #ACDD64
Tints of Conifer #ACDD64
RGB
CMYK
RGB Variations
Color information
#ACDD64 (or 0xACDD64) is known color: Conifer. HEX triplet: AC, DD and 64. RGB value is (172,221,100). Sum of RGB (Red+Green+Blue) = 172+221+100=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD64 is #53229B. Grayscale: #C0C0C0. Windows color (decimal): -5448348 or 6610348. OLE color: 6610348.
HSL color Cylindrical-coordinate representation of color #ACDD64: hue angle of 84.3º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDD64 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 100 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.13 |
| HSL | 84.3º | 0.64% | 0.63% | - |
| HSV(B) | 84.3º | 0.55% | 0.87% | - |
| XYZ | 45.17 | 61.4 | 21.53 | - |
| YUV | 192.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 100 | 0.22 | 0 | 0.55 | 0.13 | 84.3 | 0.64 | 0.63 |
| Hex | AC | DD | 64 | 16 | 0 | 37 | D | 54 | 40 | 3F |
| Octal | 254 | 335 | 144 | 26 | 0 | 67 | 15 | 124 | 100 | 77 |
| Binary | 10101100 | 11011101 | 1100100 | 10110 | 0 | 110111 | 1101 | 1010100 | 1000000 | 111111 |
Color Harmonies of #ACDD64
Complementary color
Monochromatic Colors of #ACDD64
Black with #ACDD64
Text Example
Text Example
White with #ACDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD64; }
p { color: rgb(172,221,100); }
H1.HeaderClassName
{
color: #ACDD64;
}
.AnyTagClassName
{
color: #ACDD64;
}
</style>
background-color css
<style>
a { background-color: #ACDD64; }
a { background-color: rgb(172,221,100); }
div.DivClassName
{
background-color: #ACDD64;
}
.BgClassName
{
background-color: #ACDD64;
}
</style>
border-color css
<style>
span { border-color: #ACDD64; }
span { border-color: rgb(172,221,100); }
td.TdClassName
{
border-color: #ACDD64;
}
.TagClassName
{
border-color: #ACDD64;
}
</style>