Shades of Conifer #ACD84C
Tints of Conifer #ACD84C
RGB
CMYK
RGB Variations
Color information
#ACD84C (or 0xACD84C) is known color: Conifer. HEX triplet: AC, D8 and 4C. RGB value is (172,216,76). Sum of RGB (Red+Green+Blue) = 172+216+76=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD84C is #5327B3. Grayscale: #BBBBBB. Windows color (decimal): -5449652 or 5036204. OLE color: 5036204.
HSL color Cylindrical-coordinate representation of color #ACD84C: hue angle of 78.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACD84C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 76 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.15 |
| HSL | 78.86º | 0.64% | 0.57% | - |
| HSV(B) | 78.86º | 0.65% | 0.85% | - |
| XYZ | 42.87 | 58.4 | 15.85 | - |
| YUV | 186.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 76 | 0.20 | 0 | 0.65 | 0.15 | 78.86 | 0.64 | 0.57 |
| Hex | AC | D8 | 4C | 14 | 0 | 41 | F | 4F | 40 | 39 |
| Octal | 254 | 330 | 114 | 24 | 0 | 101 | 17 | 117 | 100 | 71 |
| Binary | 10101100 | 11011000 | 1001100 | 10100 | 0 | 1000001 | 1111 | 1001111 | 1000000 | 111001 |
Color Harmonies of #ACD84C
Complementary color
Monochromatic Colors of #ACD84C
Black with #ACD84C
Text Example
Text Example
White with #ACD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD84C; }
p { color: rgb(172,216,76); }
H1.HeaderClassName
{
color: #ACD84C;
}
.AnyTagClassName
{
color: #ACD84C;
}
</style>
background-color css
<style>
a { background-color: #ACD84C; }
a { background-color: rgb(172,216,76); }
div.DivClassName
{
background-color: #ACD84C;
}
.BgClassName
{
background-color: #ACD84C;
}
</style>
border-color css
<style>
span { border-color: #ACD84C; }
span { border-color: rgb(172,216,76); }
td.TdClassName
{
border-color: #ACD84C;
}
.TagClassName
{
border-color: #ACD84C;
}
</style>