Shades of Conifer #ACD443
Tints of Conifer #ACD443
RGB
CMYK
RGB Variations
Color information
#ACD443 (or 0xACD443) is known color: Conifer. HEX triplet: AC, D4 and 43. RGB value is (172,212,67). Sum of RGB (Red+Green+Blue) = 172+212+67=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD443 is #532BBC. Grayscale: #B8B8B8. Windows color (decimal): -5450685 or 4445356. OLE color: 4445356.
HSL color Cylindrical-coordinate representation of color #ACD443: hue angle of 76.55º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACD443 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 67 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.17 |
| HSL | 76.55º | 0.63% | 0.55% | - |
| HSV(B) | 76.55º | 0.68% | 0.83% | - |
| XYZ | 41.57 | 56.26 | 13.98 | - |
| YUV | 183.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 67 | 0.19 | 0 | 0.68 | 0.17 | 76.55 | 0.63 | 0.55 |
| Hex | AC | D4 | 43 | 13 | 0 | 44 | 11 | 4D | 3F | 37 |
| Octal | 254 | 324 | 103 | 23 | 0 | 104 | 21 | 115 | 77 | 67 |
| Binary | 10101100 | 11010100 | 1000011 | 10011 | 0 | 1000100 | 10001 | 1001101 | 111111 | 110111 |
Color Harmonies of #ACD443
Complementary color
Monochromatic Colors of #ACD443
Black with #ACD443
Text Example
Text Example
White with #ACD443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD443; }
p { color: rgb(172,212,67); }
H1.HeaderClassName
{
color: #ACD443;
}
.AnyTagClassName
{
color: #ACD443;
}
</style>
background-color css
<style>
a { background-color: #ACD443; }
a { background-color: rgb(172,212,67); }
div.DivClassName
{
background-color: #ACD443;
}
.BgClassName
{
background-color: #ACD443;
}
</style>
border-color css
<style>
span { border-color: #ACD443; }
span { border-color: rgb(172,212,67); }
td.TdClassName
{
border-color: #ACD443;
}
.TagClassName
{
border-color: #ACD443;
}
</style>