Shades of Conifer #ACD354
Tints of Conifer #ACD354
RGB
CMYK
RGB Variations
Color information
#ACD354 (or 0xACD354) is known color: Conifer. HEX triplet: AC, D3 and 54. RGB value is (172,211,84). Sum of RGB (Red+Green+Blue) = 172+211+84=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD354 is #532CAB. Grayscale: #B9B9B9. Windows color (decimal): -5450924 or 5559212. OLE color: 5559212.
HSL color Cylindrical-coordinate representation of color #ACD354: hue angle of 78.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACD354 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 84 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.17 |
| HSL | 78.43º | 0.59% | 0.58% | - |
| HSV(B) | 78.43º | 0.6% | 0.83% | - |
| XYZ | 41.91 | 56 | 16.99 | - |
| YUV | 184.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 84 | 0.18 | 0 | 0.60 | 0.17 | 78.43 | 0.59 | 0.58 |
| Hex | AC | D3 | 54 | 12 | 0 | 3C | 11 | 4E | 3B | 3A |
| Octal | 254 | 323 | 124 | 22 | 0 | 74 | 21 | 116 | 73 | 72 |
| Binary | 10101100 | 11010011 | 1010100 | 10010 | 0 | 111100 | 10001 | 1001110 | 111011 | 111010 |
Color Harmonies of #ACD354
Complementary color
Monochromatic Colors of #ACD354
Black with #ACD354
Text Example
Text Example
White with #ACD354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD354; }
p { color: rgb(172,211,84); }
H1.HeaderClassName
{
color: #ACD354;
}
.AnyTagClassName
{
color: #ACD354;
}
</style>
background-color css
<style>
a { background-color: #ACD354; }
a { background-color: rgb(172,211,84); }
div.DivClassName
{
background-color: #ACD354;
}
.BgClassName
{
background-color: #ACD354;
}
</style>
border-color css
<style>
span { border-color: #ACD354; }
span { border-color: rgb(172,211,84); }
td.TdClassName
{
border-color: #ACD354;
}
.TagClassName
{
border-color: #ACD354;
}
</style>