Shades of Conifer #ACDE68
Tints of Conifer #ACDE68
RGB
CMYK
RGB Variations
Color information
#ACDE68 (or 0xACDE68) is known color: Conifer. HEX triplet: AC, DE and 68. RGB value is (172,222,104). Sum of RGB (Red+Green+Blue) = 172+222+104=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE68 is #532197. Grayscale: #C2C2C2. Windows color (decimal): -5448088 or 6872748. OLE color: 6872748.
HSL color Cylindrical-coordinate representation of color #ACDE68: hue angle of 85.42º degrees, saturation: 0.64, 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 #ACDE68 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 104 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.13 |
| HSL | 85.42º | 0.64% | 0.64% | - |
| HSV(B) | 85.42º | 0.53% | 0.87% | - |
| XYZ | 45.63 | 62.01 | 22.66 | - |
| YUV | 193.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 104 | 0.23 | 0 | 0.53 | 0.13 | 85.42 | 0.64 | 0.64 |
| Hex | AC | DE | 68 | 17 | 0 | 35 | D | 55 | 40 | 40 |
| Octal | 254 | 336 | 150 | 27 | 0 | 65 | 15 | 125 | 100 | 100 |
| Binary | 10101100 | 11011110 | 1101000 | 10111 | 0 | 110101 | 1101 | 1010101 | 1000000 | 1000000 |
Color Harmonies of #ACDE68
Complementary color
Monochromatic Colors of #ACDE68
Black with #ACDE68
Text Example
Text Example
White with #ACDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDE68; }
p { color: rgb(172,222,104); }
H1.HeaderClassName
{
color: #ACDE68;
}
.AnyTagClassName
{
color: #ACDE68;
}
</style>
background-color css
<style>
a { background-color: #ACDE68; }
a { background-color: rgb(172,222,104); }
div.DivClassName
{
background-color: #ACDE68;
}
.BgClassName
{
background-color: #ACDE68;
}
</style>
border-color css
<style>
span { border-color: #ACDE68; }
span { border-color: rgb(172,222,104); }
td.TdClassName
{
border-color: #ACDE68;
}
.TagClassName
{
border-color: #ACDE68;
}
</style>