Shades of Conifer #ACDD68
Tints of Conifer #ACDD68
RGB
CMYK
RGB Variations
Color information
#ACDD68 (or 0xACDD68) is known color: Conifer. HEX triplet: AC, DD and 68. RGB value is (172,221,104). Sum of RGB (Red+Green+Blue) = 172+221+104=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD68 is #532297. Grayscale: #C1C1C1. Windows color (decimal): -5448344 or 6872492. OLE color: 6872492.
HSL color Cylindrical-coordinate representation of color #ACDD68: hue angle of 85.13º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACDD68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 104 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.13 |
| HSL | 85.13º | 0.63% | 0.64% | - |
| HSV(B) | 85.13º | 0.53% | 0.87% | - |
| XYZ | 45.37 | 61.48 | 22.57 | - |
| YUV | 193.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 104 | 0.22 | 0 | 0.53 | 0.13 | 85.13 | 0.63 | 0.64 |
| Hex | AC | DD | 68 | 16 | 0 | 35 | D | 55 | 3F | 40 |
| Octal | 254 | 335 | 150 | 26 | 0 | 65 | 15 | 125 | 77 | 100 |
| Binary | 10101100 | 11011101 | 1101000 | 10110 | 0 | 110101 | 1101 | 1010101 | 111111 | 1000000 |
Color Harmonies of #ACDD68
Complementary color
Monochromatic Colors of #ACDD68
Black with #ACDD68
Text Example
Text Example
White with #ACDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD68; }
p { color: rgb(172,221,104); }
H1.HeaderClassName
{
color: #ACDD68;
}
.AnyTagClassName
{
color: #ACDD68;
}
</style>
background-color css
<style>
a { background-color: #ACDD68; }
a { background-color: rgb(172,221,104); }
div.DivClassName
{
background-color: #ACDD68;
}
.BgClassName
{
background-color: #ACDD68;
}
</style>
border-color css
<style>
span { border-color: #ACDD68; }
span { border-color: rgb(172,221,104); }
td.TdClassName
{
border-color: #ACDD68;
}
.TagClassName
{
border-color: #ACDD68;
}
</style>