Shades of Conifer #ACD54E
Tints of Conifer #ACD54E
RGB
CMYK
RGB Variations
Color information
#ACD54E (or 0xACD54E) is known color: Conifer. HEX triplet: AC, D5 and 4E. RGB value is (172,213,78). Sum of RGB (Red+Green+Blue) = 172+213+78=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD54E is #532AB1. Grayscale: #B9B9B9. Windows color (decimal): -5450418 or 5166508. OLE color: 5166508.
HSL color Cylindrical-coordinate representation of color #ACD54E: hue angle of 78.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD54E is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 78 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.16 |
| HSL | 78.22º | 0.62% | 0.57% | - |
| HSV(B) | 78.22º | 0.63% | 0.84% | - |
| XYZ | 42.18 | 56.91 | 15.97 | - |
| YUV | 185.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 78 | 0.19 | 0 | 0.63 | 0.16 | 78.22 | 0.62 | 0.57 |
| Hex | AC | D5 | 4E | 13 | 0 | 3F | 10 | 4E | 3E | 39 |
| Octal | 254 | 325 | 116 | 23 | 0 | 77 | 20 | 116 | 76 | 71 |
| Binary | 10101100 | 11010101 | 1001110 | 10011 | 0 | 111111 | 10000 | 1001110 | 111110 | 111001 |
Color Harmonies of #ACD54E
Complementary color
Monochromatic Colors of #ACD54E
Black with #ACD54E
Text Example
Text Example
White with #ACD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD54E; }
p { color: rgb(172,213,78); }
H1.HeaderClassName
{
color: #ACD54E;
}
.AnyTagClassName
{
color: #ACD54E;
}
</style>
background-color css
<style>
a { background-color: #ACD54E; }
a { background-color: rgb(172,213,78); }
div.DivClassName
{
background-color: #ACD54E;
}
.BgClassName
{
background-color: #ACD54E;
}
</style>
border-color css
<style>
span { border-color: #ACD54E; }
span { border-color: rgb(172,213,78); }
td.TdClassName
{
border-color: #ACD54E;
}
.TagClassName
{
border-color: #ACD54E;
}
</style>