Shades of Conifer #ACDE6C
Tints of Conifer #ACDE6C
RGB
CMYK
RGB Variations
Color information
#ACDE6C (or 0xACDE6C) is known color: Conifer. HEX triplet: AC, DE and 6C. RGB value is (172,222,108). Sum of RGB (Red+Green+Blue) = 172+222+108=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE6C is #532193. Grayscale: #C2C2C2. Windows color (decimal): -5448084 or 7134892. OLE color: 7134892.
HSL color Cylindrical-coordinate representation of color #ACDE6C: hue angle of 86.32º degrees, saturation: 0.63, 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 #ACDE6C is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 108 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.13 |
| HSL | 86.32º | 0.63% | 0.65% | - |
| HSV(B) | 86.32º | 0.51% | 0.87% | - |
| XYZ | 45.84 | 62.1 | 23.76 | - |
| YUV | 194.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 108 | 0.23 | 0 | 0.51 | 0.13 | 86.32 | 0.63 | 0.65 |
| Hex | AC | DE | 6C | 17 | 0 | 33 | D | 56 | 3F | 41 |
| Octal | 254 | 336 | 154 | 27 | 0 | 63 | 15 | 126 | 77 | 101 |
| Binary | 10101100 | 11011110 | 1101100 | 10111 | 0 | 110011 | 1101 | 1010110 | 111111 | 1000001 |
Color Harmonies of #ACDE6C
Complementary color
Monochromatic Colors of #ACDE6C
Black with #ACDE6C
Text Example
Text Example
White with #ACDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDE6C; }
p { color: rgb(172,222,108); }
H1.HeaderClassName
{
color: #ACDE6C;
}
.AnyTagClassName
{
color: #ACDE6C;
}
</style>
background-color css
<style>
a { background-color: #ACDE6C; }
a { background-color: rgb(172,222,108); }
div.DivClassName
{
background-color: #ACDE6C;
}
.BgClassName
{
background-color: #ACDE6C;
}
</style>
border-color css
<style>
span { border-color: #ACDE6C; }
span { border-color: rgb(172,222,108); }
td.TdClassName
{
border-color: #ACDE6C;
}
.TagClassName
{
border-color: #ACDE6C;
}
</style>