Shades of Conifer #ACD04C
Tints of Conifer #ACD04C
RGB
CMYK
RGB Variations
Color information
#ACD04C (or 0xACD04C) is known color: Conifer. HEX triplet: AC, D0 and 4C. RGB value is (172,208,76). Sum of RGB (Red+Green+Blue) = 172+208+76=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD04C is #532FB3. Grayscale: #B6B6B6. Windows color (decimal): -5451700 or 5034156. OLE color: 5034156.
HSL color Cylindrical-coordinate representation of color #ACD04C: hue angle of 76.36º 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 #ACD04C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 76 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.18 |
| HSL | 76.36º | 0.58% | 0.56% | - |
| HSV(B) | 76.36º | 0.63% | 0.82% | - |
| XYZ | 40.87 | 54.4 | 15.18 | - |
| YUV | 182.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 76 | 0.17 | 0 | 0.63 | 0.18 | 76.36 | 0.58 | 0.56 |
| Hex | AC | D0 | 4C | 11 | 0 | 3F | 12 | 4C | 3A | 38 |
| Octal | 254 | 320 | 114 | 21 | 0 | 77 | 22 | 114 | 72 | 70 |
| Binary | 10101100 | 11010000 | 1001100 | 10001 | 0 | 111111 | 10010 | 1001100 | 111010 | 111000 |
Color Harmonies of #ACD04C
Complementary color
Monochromatic Colors of #ACD04C
Black with #ACD04C
Text Example
Text Example
White with #ACD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD04C; }
p { color: rgb(172,208,76); }
H1.HeaderClassName
{
color: #ACD04C;
}
.AnyTagClassName
{
color: #ACD04C;
}
</style>
background-color css
<style>
a { background-color: #ACD04C; }
a { background-color: rgb(172,208,76); }
div.DivClassName
{
background-color: #ACD04C;
}
.BgClassName
{
background-color: #ACD04C;
}
</style>
border-color css
<style>
span { border-color: #ACD04C; }
span { border-color: rgb(172,208,76); }
td.TdClassName
{
border-color: #ACD04C;
}
.TagClassName
{
border-color: #ACD04C;
}
</style>