Shades of Conifer #ACDC57
Tints of Conifer #ACDC57
RGB
CMYK
RGB Variations
Color information
#ACDC57 (or 0xACDC57) is known color: Conifer. HEX triplet: AC, DC and 57. RGB value is (172,220,87). Sum of RGB (Red+Green+Blue) = 172+220+87=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC57 is #5323A8. Grayscale: #BEBEBE. Windows color (decimal): -5448617 or 5758124. OLE color: 5758124.
HSL color Cylindrical-coordinate representation of color #ACDC57: hue angle of 81.65º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACDC57 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 87 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.14 |
| HSL | 81.65º | 0.66% | 0.6% | - |
| HSV(B) | 81.65º | 0.6% | 0.86% | - |
| XYZ | 44.33 | 60.65 | 18.39 | - |
| YUV | 190.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 87 | 0.22 | 0 | 0.60 | 0.14 | 81.65 | 0.66 | 0.6 |
| Hex | AC | DC | 57 | 16 | 0 | 3C | E | 52 | 42 | 3C |
| Octal | 254 | 334 | 127 | 26 | 0 | 74 | 16 | 122 | 102 | 74 |
| Binary | 10101100 | 11011100 | 1010111 | 10110 | 0 | 111100 | 1110 | 1010010 | 1000010 | 111100 |
Color Harmonies of #ACDC57
Complementary color
Monochromatic Colors of #ACDC57
Black with #ACDC57
Text Example
Text Example
White with #ACDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC57; }
p { color: rgb(172,220,87); }
H1.HeaderClassName
{
color: #ACDC57;
}
.AnyTagClassName
{
color: #ACDC57;
}
</style>
background-color css
<style>
a { background-color: #ACDC57; }
a { background-color: rgb(172,220,87); }
div.DivClassName
{
background-color: #ACDC57;
}
.BgClassName
{
background-color: #ACDC57;
}
</style>
border-color css
<style>
span { border-color: #ACDC57; }
span { border-color: rgb(172,220,87); }
td.TdClassName
{
border-color: #ACDC57;
}
.TagClassName
{
border-color: #ACDC57;
}
</style>