Shades of Conifer #ACD351
Tints of Conifer #ACD351
RGB
CMYK
RGB Variations
Color information
#ACD351 (or 0xACD351) is known color: Conifer. HEX triplet: AC, D3 and 51. RGB value is (172,211,81). Sum of RGB (Red+Green+Blue) = 172+211+81=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD351 is #532CAE. Grayscale: #B9B9B9. Windows color (decimal): -5450927 or 5362604. OLE color: 5362604.
HSL color Cylindrical-coordinate representation of color #ACD351: hue angle of 78º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD351 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 81 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.17 |
| HSL | 78º | 0.6% | 0.57% | - |
| HSV(B) | 78º | 0.62% | 0.83% | - |
| XYZ | 41.79 | 55.95 | 16.38 | - |
| YUV | 184.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 81 | 0.18 | 0 | 0.62 | 0.17 | 78 | 0.6 | 0.57 |
| Hex | AC | D3 | 51 | 12 | 0 | 3E | 11 | 4E | 3C | 39 |
| Octal | 254 | 323 | 121 | 22 | 0 | 76 | 21 | 116 | 74 | 71 |
| Binary | 10101100 | 11010011 | 1010001 | 10010 | 0 | 111110 | 10001 | 1001110 | 111100 | 111001 |
Color Harmonies of #ACD351
Complementary color
Monochromatic Colors of #ACD351
Black with #ACD351
Text Example
Text Example
White with #ACD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD351; }
p { color: rgb(172,211,81); }
H1.HeaderClassName
{
color: #ACD351;
}
.AnyTagClassName
{
color: #ACD351;
}
</style>
background-color css
<style>
a { background-color: #ACD351; }
a { background-color: rgb(172,211,81); }
div.DivClassName
{
background-color: #ACD351;
}
.BgClassName
{
background-color: #ACD351;
}
</style>
border-color css
<style>
span { border-color: #ACD351; }
span { border-color: rgb(172,211,81); }
td.TdClassName
{
border-color: #ACD351;
}
.TagClassName
{
border-color: #ACD351;
}
</style>