Shades of Conifer #ACD14D
Tints of Conifer #ACD14D
RGB
CMYK
RGB Variations
Color information
#ACD14D (or 0xACD14D) is known color: Conifer. HEX triplet: AC, D1 and 4D. RGB value is (172,209,77). Sum of RGB (Red+Green+Blue) = 172+209+77=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD14D is #532EB2. Grayscale: #B7B7B7. Windows color (decimal): -5451443 or 5099948. OLE color: 5099948.
HSL color Cylindrical-coordinate representation of color #ACD14D: hue angle of 76.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD14D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 77 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.18 |
| HSL | 76.82º | 0.59% | 0.56% | - |
| HSV(B) | 76.82º | 0.63% | 0.82% | - |
| XYZ | 41.15 | 54.91 | 15.45 | - |
| YUV | 182.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 77 | 0.18 | 0 | 0.63 | 0.18 | 76.82 | 0.59 | 0.56 |
| Hex | AC | D1 | 4D | 12 | 0 | 3F | 12 | 4D | 3B | 38 |
| Octal | 254 | 321 | 115 | 22 | 0 | 77 | 22 | 115 | 73 | 70 |
| Binary | 10101100 | 11010001 | 1001101 | 10010 | 0 | 111111 | 10010 | 1001101 | 111011 | 111000 |
Color Harmonies of #ACD14D
Complementary color
Monochromatic Colors of #ACD14D
Black with #ACD14D
Text Example
Text Example
White with #ACD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD14D; }
p { color: rgb(172,209,77); }
H1.HeaderClassName
{
color: #ACD14D;
}
.AnyTagClassName
{
color: #ACD14D;
}
</style>
background-color css
<style>
a { background-color: #ACD14D; }
a { background-color: rgb(172,209,77); }
div.DivClassName
{
background-color: #ACD14D;
}
.BgClassName
{
background-color: #ACD14D;
}
</style>
border-color css
<style>
span { border-color: #ACD14D; }
span { border-color: rgb(172,209,77); }
td.TdClassName
{
border-color: #ACD14D;
}
.TagClassName
{
border-color: #ACD14D;
}
</style>