Shades of Conifer #ACD461
Tints of Conifer #ACD461
RGB
CMYK
RGB Variations
Color information
#ACD461 (or 0xACD461) is known color: Conifer. HEX triplet: AC, D4 and 61. RGB value is (172,212,97). Sum of RGB (Red+Green+Blue) = 172+212+97=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD461 is #532B9E. Grayscale: #BBBBBB. Windows color (decimal): -5450655 or 6411436. OLE color: 6411436.
HSL color Cylindrical-coordinate representation of color #ACD461: hue angle of 80.87º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD461 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 97 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.17 |
| HSL | 80.87º | 0.57% | 0.61% | - |
| HSV(B) | 80.87º | 0.54% | 0.83% | - |
| XYZ | 42.71 | 56.72 | 20.01 | - |
| YUV | 186.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 97 | 0.19 | 0 | 0.54 | 0.17 | 80.87 | 0.57 | 0.61 |
| Hex | AC | D4 | 61 | 13 | 0 | 36 | 11 | 51 | 39 | 3D |
| Octal | 254 | 324 | 141 | 23 | 0 | 66 | 21 | 121 | 71 | 75 |
| Binary | 10101100 | 11010100 | 1100001 | 10011 | 0 | 110110 | 10001 | 1010001 | 111001 | 111101 |
Color Harmonies of #ACD461
Complementary color
Monochromatic Colors of #ACD461
Black with #ACD461
Text Example
Text Example
White with #ACD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD461; }
p { color: rgb(172,212,97); }
H1.HeaderClassName
{
color: #ACD461;
}
.AnyTagClassName
{
color: #ACD461;
}
</style>
background-color css
<style>
a { background-color: #ACD461; }
a { background-color: rgb(172,212,97); }
div.DivClassName
{
background-color: #ACD461;
}
.BgClassName
{
background-color: #ACD461;
}
</style>
border-color css
<style>
span { border-color: #ACD461; }
span { border-color: rgb(172,212,97); }
td.TdClassName
{
border-color: #ACD461;
}
.TagClassName
{
border-color: #ACD461;
}
</style>