Shades of Conifer #ACDF56
Tints of Conifer #ACDF56
RGB
CMYK
RGB Variations
Color information
#ACDF56 (or 0xACDF56) is known color: Conifer. HEX triplet: AC, DF and 56. RGB value is (172,223,86). Sum of RGB (Red+Green+Blue) = 172+223+86=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF56 is #5320A9. Grayscale: #C0C0C0. Windows color (decimal): -5447850 or 5693356. OLE color: 5693356.
HSL color Cylindrical-coordinate representation of color #ACDF56: hue angle of 82.34º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACDF56 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 86 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.13 |
| HSL | 82.34º | 0.68% | 0.61% | - |
| HSV(B) | 82.34º | 0.61% | 0.87% | - |
| XYZ | 45.08 | 62.22 | 18.44 | - |
| YUV | 192.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 86 | 0.23 | 0 | 0.61 | 0.13 | 82.34 | 0.68 | 0.61 |
| Hex | AC | DF | 56 | 17 | 0 | 3D | D | 52 | 44 | 3D |
| Octal | 254 | 337 | 126 | 27 | 0 | 75 | 15 | 122 | 104 | 75 |
| Binary | 10101100 | 11011111 | 1010110 | 10111 | 0 | 111101 | 1101 | 1010010 | 1000100 | 111101 |
Color Harmonies of #ACDF56
Complementary color
Monochromatic Colors of #ACDF56
Black with #ACDF56
Text Example
Text Example
White with #ACDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF56; }
p { color: rgb(172,223,86); }
H1.HeaderClassName
{
color: #ACDF56;
}
.AnyTagClassName
{
color: #ACDF56;
}
</style>
background-color css
<style>
a { background-color: #ACDF56; }
a { background-color: rgb(172,223,86); }
div.DivClassName
{
background-color: #ACDF56;
}
.BgClassName
{
background-color: #ACDF56;
}
</style>
border-color css
<style>
span { border-color: #ACDF56; }
span { border-color: rgb(172,223,86); }
td.TdClassName
{
border-color: #ACDF56;
}
.TagClassName
{
border-color: #ACDF56;
}
</style>