Shades of Conifer #ACD04E
Tints of Conifer #ACD04E
RGB
CMYK
RGB Variations
Color information
#ACD04E (or 0xACD04E) is known color: Conifer. HEX triplet: AC, D0 and 4E. RGB value is (172,208,78). Sum of RGB (Red+Green+Blue) = 172+208+78=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD04E is #532FB1. Grayscale: #B6B6B6. Windows color (decimal): -5451698 or 5165228. OLE color: 5165228.
HSL color Cylindrical-coordinate representation of color #ACD04E: hue angle of 76.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD04E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 78 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.18 |
| HSL | 76.62º | 0.58% | 0.56% | - |
| HSV(B) | 76.62º | 0.63% | 0.82% | - |
| XYZ | 40.94 | 54.43 | 15.56 | - |
| YUV | 182.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 78 | 0.17 | 0 | 0.62 | 0.18 | 76.62 | 0.58 | 0.56 |
| Hex | AC | D0 | 4E | 11 | 0 | 3E | 12 | 4D | 3A | 38 |
| Octal | 254 | 320 | 116 | 21 | 0 | 76 | 22 | 115 | 72 | 70 |
| Binary | 10101100 | 11010000 | 1001110 | 10001 | 0 | 111110 | 10010 | 1001101 | 111010 | 111000 |
Color Harmonies of #ACD04E
Complementary color
Monochromatic Colors of #ACD04E
Black with #ACD04E
Text Example
Text Example
White with #ACD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD04E; }
p { color: rgb(172,208,78); }
H1.HeaderClassName
{
color: #ACD04E;
}
.AnyTagClassName
{
color: #ACD04E;
}
</style>
background-color css
<style>
a { background-color: #ACD04E; }
a { background-color: rgb(172,208,78); }
div.DivClassName
{
background-color: #ACD04E;
}
.BgClassName
{
background-color: #ACD04E;
}
</style>
border-color css
<style>
span { border-color: #ACD04E; }
span { border-color: rgb(172,208,78); }
td.TdClassName
{
border-color: #ACD04E;
}
.TagClassName
{
border-color: #ACD04E;
}
</style>