Shades of Conifer #ACD54D
Tints of Conifer #ACD54D
RGB
CMYK
RGB Variations
Color information
#ACD54D (or 0xACD54D) is known color: Conifer. HEX triplet: AC, D5 and 4D. RGB value is (172,213,77). Sum of RGB (Red+Green+Blue) = 172+213+77=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD54D is #532AB2. Grayscale: #B9B9B9. Windows color (decimal): -5450419 or 5100972. OLE color: 5100972.
HSL color Cylindrical-coordinate representation of color #ACD54D: hue angle of 78.09º degrees, saturation: 0.62, 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 #ACD54D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 77 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.16 |
| HSL | 78.09º | 0.62% | 0.57% | - |
| HSV(B) | 78.09º | 0.64% | 0.84% | - |
| XYZ | 42.15 | 56.89 | 15.78 | - |
| YUV | 185.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 77 | 0.19 | 0 | 0.64 | 0.16 | 78.09 | 0.62 | 0.57 |
| Hex | AC | D5 | 4D | 13 | 0 | 40 | 10 | 4E | 3E | 39 |
| Octal | 254 | 325 | 115 | 23 | 0 | 100 | 20 | 116 | 76 | 71 |
| Binary | 10101100 | 11010101 | 1001101 | 10011 | 0 | 1000000 | 10000 | 1001110 | 111110 | 111001 |
Color Harmonies of #ACD54D
Complementary color
Monochromatic Colors of #ACD54D
Black with #ACD54D
Text Example
Text Example
White with #ACD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD54D; }
p { color: rgb(172,213,77); }
H1.HeaderClassName
{
color: #ACD54D;
}
.AnyTagClassName
{
color: #ACD54D;
}
</style>
background-color css
<style>
a { background-color: #ACD54D; }
a { background-color: rgb(172,213,77); }
div.DivClassName
{
background-color: #ACD54D;
}
.BgClassName
{
background-color: #ACD54D;
}
</style>
border-color css
<style>
span { border-color: #ACD54D; }
span { border-color: rgb(172,213,77); }
td.TdClassName
{
border-color: #ACD54D;
}
.TagClassName
{
border-color: #ACD54D;
}
</style>