Shades of Conifer #ACD24C
Tints of Conifer #ACD24C
RGB
CMYK
RGB Variations
Color information
#ACD24C (or 0xACD24C) is known color: Conifer. HEX triplet: AC, D2 and 4C. RGB value is (172,210,76). Sum of RGB (Red+Green+Blue) = 172+210+76=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD24C is #532DB3. Grayscale: #B7B7B7. Windows color (decimal): -5451188 or 5034668. OLE color: 5034668.
HSL color Cylindrical-coordinate representation of color #ACD24C: hue angle of 77.01º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD24C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 76 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.18 |
| HSL | 77.01º | 0.6% | 0.56% | - |
| HSV(B) | 77.01º | 0.64% | 0.82% | - |
| XYZ | 41.36 | 55.39 | 15.35 | - |
| YUV | 183.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 76 | 0.18 | 0 | 0.64 | 0.18 | 77.01 | 0.6 | 0.56 |
| Hex | AC | D2 | 4C | 12 | 0 | 40 | 12 | 4D | 3C | 38 |
| Octal | 254 | 322 | 114 | 22 | 0 | 100 | 22 | 115 | 74 | 70 |
| Binary | 10101100 | 11010010 | 1001100 | 10010 | 0 | 1000000 | 10010 | 1001101 | 111100 | 111000 |
Color Harmonies of #ACD24C
Complementary color
Monochromatic Colors of #ACD24C
Black with #ACD24C
Text Example
Text Example
White with #ACD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD24C; }
p { color: rgb(172,210,76); }
H1.HeaderClassName
{
color: #ACD24C;
}
.AnyTagClassName
{
color: #ACD24C;
}
</style>
background-color css
<style>
a { background-color: #ACD24C; }
a { background-color: rgb(172,210,76); }
div.DivClassName
{
background-color: #ACD24C;
}
.BgClassName
{
background-color: #ACD24C;
}
</style>
border-color css
<style>
span { border-color: #ACD24C; }
span { border-color: rgb(172,210,76); }
td.TdClassName
{
border-color: #ACD24C;
}
.TagClassName
{
border-color: #ACD24C;
}
</style>