Shades of Conifer #ACD445
Tints of Conifer #ACD445
RGB
CMYK
RGB Variations
Color information
#ACD445 (or 0xACD445) is known color: Conifer. HEX triplet: AC, D4 and 45. RGB value is (172,212,69). Sum of RGB (Red+Green+Blue) = 172+212+69=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD445 is #532BBA. Grayscale: #B8B8B8. Windows color (decimal): -5450683 or 4576428. OLE color: 4576428.
HSL color Cylindrical-coordinate representation of color #ACD445: hue angle of 76.78º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD445 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 69 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.17 |
| HSL | 76.78º | 0.62% | 0.55% | - |
| HSV(B) | 76.78º | 0.67% | 0.83% | - |
| XYZ | 41.63 | 56.29 | 14.3 | - |
| YUV | 183.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 69 | 0.19 | 0 | 0.67 | 0.17 | 76.78 | 0.62 | 0.55 |
| Hex | AC | D4 | 45 | 13 | 0 | 43 | 11 | 4D | 3E | 37 |
| Octal | 254 | 324 | 105 | 23 | 0 | 103 | 21 | 115 | 76 | 67 |
| Binary | 10101100 | 11010100 | 1000101 | 10011 | 0 | 1000011 | 10001 | 1001101 | 111110 | 110111 |
Color Harmonies of #ACD445
Complementary color
Monochromatic Colors of #ACD445
Black with #ACD445
Text Example
Text Example
White with #ACD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD445; }
p { color: rgb(172,212,69); }
H1.HeaderClassName
{
color: #ACD445;
}
.AnyTagClassName
{
color: #ACD445;
}
</style>
background-color css
<style>
a { background-color: #ACD445; }
a { background-color: rgb(172,212,69); }
div.DivClassName
{
background-color: #ACD445;
}
.BgClassName
{
background-color: #ACD445;
}
</style>
border-color css
<style>
span { border-color: #ACD445; }
span { border-color: rgb(172,212,69); }
td.TdClassName
{
border-color: #ACD445;
}
.TagClassName
{
border-color: #ACD445;
}
</style>