Shades of Conifer #ACD444
Tints of Conifer #ACD444
RGB
CMYK
RGB Variations
Color information
#ACD444 (or 0xACD444) is known color: Conifer. HEX triplet: AC, D4 and 44. RGB value is (172,212,68). Sum of RGB (Red+Green+Blue) = 172+212+68=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD444 is #532BBB. Grayscale: #B8B8B8. Windows color (decimal): -5450684 or 4510892. OLE color: 4510892.
HSL color Cylindrical-coordinate representation of color #ACD444: hue angle of 76.67º 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 #ACD444 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 68 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.17 |
| HSL | 76.67º | 0.63% | 0.55% | - |
| HSV(B) | 76.67º | 0.68% | 0.83% | - |
| XYZ | 41.6 | 56.27 | 14.14 | - |
| YUV | 183.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 68 | 0.19 | 0 | 0.68 | 0.17 | 76.67 | 0.63 | 0.55 |
| Hex | AC | D4 | 44 | 13 | 0 | 44 | 11 | 4D | 3F | 37 |
| Octal | 254 | 324 | 104 | 23 | 0 | 104 | 21 | 115 | 77 | 67 |
| Binary | 10101100 | 11010100 | 1000100 | 10011 | 0 | 1000100 | 10001 | 1001101 | 111111 | 110111 |
Color Harmonies of #ACD444
Complementary color
Monochromatic Colors of #ACD444
Black with #ACD444
Text Example
Text Example
White with #ACD444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD444; }
p { color: rgb(172,212,68); }
H1.HeaderClassName
{
color: #ACD444;
}
.AnyTagClassName
{
color: #ACD444;
}
</style>
background-color css
<style>
a { background-color: #ACD444; }
a { background-color: rgb(172,212,68); }
div.DivClassName
{
background-color: #ACD444;
}
.BgClassName
{
background-color: #ACD444;
}
</style>
border-color css
<style>
span { border-color: #ACD444; }
span { border-color: rgb(172,212,68); }
td.TdClassName
{
border-color: #ACD444;
}
.TagClassName
{
border-color: #ACD444;
}
</style>