Shades of Conifer #ACD64D
Tints of Conifer #ACD64D
RGB
CMYK
RGB Variations
Color information
#ACD64D (or 0xACD64D) is known color: Conifer. HEX triplet: AC, D6 and 4D. RGB value is (172,214,77). Sum of RGB (Red+Green+Blue) = 172+214+77=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD64D is #5329B2. Grayscale: #BABABA. Windows color (decimal): -5450163 or 5101228. OLE color: 5101228.
HSL color Cylindrical-coordinate representation of color #ACD64D: hue angle of 78.39º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD64D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 77 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.16 |
| HSL | 78.39º | 0.63% | 0.57% | - |
| HSV(B) | 78.39º | 0.64% | 0.84% | - |
| XYZ | 42.4 | 57.4 | 15.87 | - |
| YUV | 185.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 77 | 0.20 | 0 | 0.64 | 0.16 | 78.39 | 0.63 | 0.57 |
| Hex | AC | D6 | 4D | 14 | 0 | 40 | 10 | 4E | 3F | 39 |
| Octal | 254 | 326 | 115 | 24 | 0 | 100 | 20 | 116 | 77 | 71 |
| Binary | 10101100 | 11010110 | 1001101 | 10100 | 0 | 1000000 | 10000 | 1001110 | 111111 | 111001 |
Color Harmonies of #ACD64D
Complementary color
Monochromatic Colors of #ACD64D
Black with #ACD64D
Text Example
Text Example
White with #ACD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD64D; }
p { color: rgb(172,214,77); }
H1.HeaderClassName
{
color: #ACD64D;
}
.AnyTagClassName
{
color: #ACD64D;
}
</style>
background-color css
<style>
a { background-color: #ACD64D; }
a { background-color: rgb(172,214,77); }
div.DivClassName
{
background-color: #ACD64D;
}
.BgClassName
{
background-color: #ACD64D;
}
</style>
border-color css
<style>
span { border-color: #ACD64D; }
span { border-color: rgb(172,214,77); }
td.TdClassName
{
border-color: #ACD64D;
}
.TagClassName
{
border-color: #ACD64D;
}
</style>