Shades of Conifer #ACD04D
Tints of Conifer #ACD04D
RGB
CMYK
RGB Variations
Color information
#ACD04D (or 0xACD04D) is known color: Conifer. HEX triplet: AC, D0 and 4D. RGB value is (172,208,77). Sum of RGB (Red+Green+Blue) = 172+208+77=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD04D is #532FB2. Grayscale: #B6B6B6. Windows color (decimal): -5451699 or 5099692. OLE color: 5099692.
HSL color Cylindrical-coordinate representation of color #ACD04D: hue angle of 76.49º degrees, saturation: 0.58, 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 #ACD04D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 77 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.18 |
| HSL | 76.49º | 0.58% | 0.56% | - |
| HSV(B) | 76.49º | 0.63% | 0.82% | - |
| XYZ | 40.91 | 54.42 | 15.37 | - |
| YUV | 182.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 77 | 0.17 | 0 | 0.63 | 0.18 | 76.49 | 0.58 | 0.56 |
| Hex | AC | D0 | 4D | 11 | 0 | 3F | 12 | 4C | 3A | 38 |
| Octal | 254 | 320 | 115 | 21 | 0 | 77 | 22 | 114 | 72 | 70 |
| Binary | 10101100 | 11010000 | 1001101 | 10001 | 0 | 111111 | 10010 | 1001100 | 111010 | 111000 |
Color Harmonies of #ACD04D
Complementary color
Monochromatic Colors of #ACD04D
Black with #ACD04D
Text Example
Text Example
White with #ACD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD04D; }
p { color: rgb(172,208,77); }
H1.HeaderClassName
{
color: #ACD04D;
}
.AnyTagClassName
{
color: #ACD04D;
}
</style>
background-color css
<style>
a { background-color: #ACD04D; }
a { background-color: rgb(172,208,77); }
div.DivClassName
{
background-color: #ACD04D;
}
.BgClassName
{
background-color: #ACD04D;
}
</style>
border-color css
<style>
span { border-color: #ACD04D; }
span { border-color: rgb(172,208,77); }
td.TdClassName
{
border-color: #ACD04D;
}
.TagClassName
{
border-color: #ACD04D;
}
</style>