Shades of Conifer #ACD051
Tints of Conifer #ACD051
RGB
CMYK
RGB Variations
Color information
#ACD051 (or 0xACD051) is known color: Conifer. HEX triplet: AC, D0 and 51. RGB value is (172,208,81). Sum of RGB (Red+Green+Blue) = 172+208+81=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD051 is #532FAE. Grayscale: #B7B7B7. Windows color (decimal): -5451695 or 5361836. OLE color: 5361836.
HSL color Cylindrical-coordinate representation of color #ACD051: hue angle of 77.01º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD051 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 81 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.18 |
| HSL | 77.01º | 0.57% | 0.57% | - |
| HSV(B) | 77.01º | 0.61% | 0.82% | - |
| XYZ | 41.05 | 54.48 | 16.14 | - |
| YUV | 182.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 81 | 0.17 | 0 | 0.61 | 0.18 | 77.01 | 0.57 | 0.57 |
| Hex | AC | D0 | 51 | 11 | 0 | 3D | 12 | 4D | 39 | 39 |
| Octal | 254 | 320 | 121 | 21 | 0 | 75 | 22 | 115 | 71 | 71 |
| Binary | 10101100 | 11010000 | 1010001 | 10001 | 0 | 111101 | 10010 | 1001101 | 111001 | 111001 |
Color Harmonies of #ACD051
Complementary color
Monochromatic Colors of #ACD051
Black with #ACD051
Text Example
Text Example
White with #ACD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD051; }
p { color: rgb(172,208,81); }
H1.HeaderClassName
{
color: #ACD051;
}
.AnyTagClassName
{
color: #ACD051;
}
</style>
background-color css
<style>
a { background-color: #ACD051; }
a { background-color: rgb(172,208,81); }
div.DivClassName
{
background-color: #ACD051;
}
.BgClassName
{
background-color: #ACD051;
}
</style>
border-color css
<style>
span { border-color: #ACD051; }
span { border-color: rgb(172,208,81); }
td.TdClassName
{
border-color: #ACD051;
}
.TagClassName
{
border-color: #ACD051;
}
</style>