Shades of Conifer #ACDD43
Tints of Conifer #ACDD43
RGB
CMYK
RGB Variations
Color information
#ACDD43 (or 0xACDD43) is known color: Conifer. HEX triplet: AC, DD and 43. RGB value is (172,221,67). Sum of RGB (Red+Green+Blue) = 172+221+67=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD43 is #5322BC. Grayscale: #BDBDBD. Windows color (decimal): -5448381 or 4447660. OLE color: 4447660.
HSL color Cylindrical-coordinate representation of color #ACDD43: hue angle of 79.09º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACDD43 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 67 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.13 |
| HSL | 79.09º | 0.69% | 0.56% | - |
| HSV(B) | 79.09º | 0.7% | 0.87% | - |
| XYZ | 43.88 | 60.89 | 14.75 | - |
| YUV | 188.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 67 | 0.22 | 0 | 0.70 | 0.13 | 79.09 | 0.69 | 0.56 |
| Hex | AC | DD | 43 | 16 | 0 | 46 | D | 4F | 45 | 38 |
| Octal | 254 | 335 | 103 | 26 | 0 | 106 | 15 | 117 | 105 | 70 |
| Binary | 10101100 | 11011101 | 1000011 | 10110 | 0 | 1000110 | 1101 | 1001111 | 1000101 | 111000 |
Color Harmonies of #ACDD43
Complementary color
Monochromatic Colors of #ACDD43
Black with #ACDD43
Text Example
Text Example
White with #ACDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD43; }
p { color: rgb(172,221,67); }
H1.HeaderClassName
{
color: #ACDD43;
}
.AnyTagClassName
{
color: #ACDD43;
}
</style>
background-color css
<style>
a { background-color: #ACDD43; }
a { background-color: rgb(172,221,67); }
div.DivClassName
{
background-color: #ACDD43;
}
.BgClassName
{
background-color: #ACDD43;
}
</style>
border-color css
<style>
span { border-color: #ACDD43; }
span { border-color: rgb(172,221,67); }
td.TdClassName
{
border-color: #ACDD43;
}
.TagClassName
{
border-color: #ACDD43;
}
</style>