Shades of Conifer #ACD34E
Tints of Conifer #ACD34E
RGB
CMYK
RGB Variations
Color information
#ACD34E (or 0xACD34E) is known color: Conifer. HEX triplet: AC, D3 and 4E. RGB value is (172,211,78). Sum of RGB (Red+Green+Blue) = 172+211+78=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD34E is #532CB1. Grayscale: #B8B8B8. Windows color (decimal): -5450930 or 5165996. OLE color: 5165996.
HSL color Cylindrical-coordinate representation of color #ACD34E: hue angle of 77.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD34E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 78 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.17 |
| HSL | 77.59º | 0.6% | 0.57% | - |
| HSV(B) | 77.59º | 0.63% | 0.83% | - |
| XYZ | 41.68 | 55.91 | 15.8 | - |
| YUV | 184.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 78 | 0.18 | 0 | 0.63 | 0.17 | 77.59 | 0.6 | 0.57 |
| Hex | AC | D3 | 4E | 12 | 0 | 3F | 11 | 4E | 3C | 39 |
| Octal | 254 | 323 | 116 | 22 | 0 | 77 | 21 | 116 | 74 | 71 |
| Binary | 10101100 | 11010011 | 1001110 | 10010 | 0 | 111111 | 10001 | 1001110 | 111100 | 111001 |
Color Harmonies of #ACD34E
Complementary color
Monochromatic Colors of #ACD34E
Black with #ACD34E
Text Example
Text Example
White with #ACD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD34E; }
p { color: rgb(172,211,78); }
H1.HeaderClassName
{
color: #ACD34E;
}
.AnyTagClassName
{
color: #ACD34E;
}
</style>
background-color css
<style>
a { background-color: #ACD34E; }
a { background-color: rgb(172,211,78); }
div.DivClassName
{
background-color: #ACD34E;
}
.BgClassName
{
background-color: #ACD34E;
}
</style>
border-color css
<style>
span { border-color: #ACD34E; }
span { border-color: rgb(172,211,78); }
td.TdClassName
{
border-color: #ACD34E;
}
.TagClassName
{
border-color: #ACD34E;
}
</style>