Shades of Conifer #ACD94C
Tints of Conifer #ACD94C
RGB
CMYK
RGB Variations
Color information
#ACD94C (or 0xACD94C) is known color: Conifer. HEX triplet: AC, D9 and 4C. RGB value is (172,217,76). Sum of RGB (Red+Green+Blue) = 172+217+76=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD94C is #5326B3. Grayscale: #BBBBBB. Windows color (decimal): -5449396 or 5036460. OLE color: 5036460.
HSL color Cylindrical-coordinate representation of color #ACD94C: hue angle of 79.15º degrees, saturation: 0.65, 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 #ACD94C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 76 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.15 |
| HSL | 79.15º | 0.65% | 0.57% | - |
| HSV(B) | 79.15º | 0.65% | 0.85% | - |
| XYZ | 43.13 | 58.92 | 15.94 | - |
| YUV | 187.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 76 | 0.21 | 0 | 0.65 | 0.15 | 79.15 | 0.65 | 0.57 |
| Hex | AC | D9 | 4C | 15 | 0 | 41 | F | 4F | 41 | 39 |
| Octal | 254 | 331 | 114 | 25 | 0 | 101 | 17 | 117 | 101 | 71 |
| Binary | 10101100 | 11011001 | 1001100 | 10101 | 0 | 1000001 | 1111 | 1001111 | 1000001 | 111001 |
Color Harmonies of #ACD94C
Complementary color
Monochromatic Colors of #ACD94C
Black with #ACD94C
Text Example
Text Example
White with #ACD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD94C; }
p { color: rgb(172,217,76); }
H1.HeaderClassName
{
color: #ACD94C;
}
.AnyTagClassName
{
color: #ACD94C;
}
</style>
background-color css
<style>
a { background-color: #ACD94C; }
a { background-color: rgb(172,217,76); }
div.DivClassName
{
background-color: #ACD94C;
}
.BgClassName
{
background-color: #ACD94C;
}
</style>
border-color css
<style>
span { border-color: #ACD94C; }
span { border-color: rgb(172,217,76); }
td.TdClassName
{
border-color: #ACD94C;
}
.TagClassName
{
border-color: #ACD94C;
}
</style>