Shades of Conifer #ACDC4E
Tints of Conifer #ACDC4E
RGB
CMYK
RGB Variations
Color information
#ACDC4E (or 0xACDC4E) is known color: Conifer. HEX triplet: AC, DC and 4E. RGB value is (172,220,78). Sum of RGB (Red+Green+Blue) = 172+220+78=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC4E is #5323B1. Grayscale: #BDBDBD. Windows color (decimal): -5448626 or 5168300. OLE color: 5168300.
HSL color Cylindrical-coordinate representation of color #ACDC4E: hue angle of 80.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACDC4E is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 78 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.14 |
| HSL | 80.28º | 0.67% | 0.58% | - |
| HSV(B) | 80.28º | 0.65% | 0.86% | - |
| XYZ | 43.98 | 60.51 | 16.57 | - |
| YUV | 189.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 78 | 0.22 | 0 | 0.65 | 0.14 | 80.28 | 0.67 | 0.58 |
| Hex | AC | DC | 4E | 16 | 0 | 41 | E | 50 | 43 | 3A |
| Octal | 254 | 334 | 116 | 26 | 0 | 101 | 16 | 120 | 103 | 72 |
| Binary | 10101100 | 11011100 | 1001110 | 10110 | 0 | 1000001 | 1110 | 1010000 | 1000011 | 111010 |
Color Harmonies of #ACDC4E
Complementary color
Monochromatic Colors of #ACDC4E
Black with #ACDC4E
Text Example
Text Example
White with #ACDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC4E; }
p { color: rgb(172,220,78); }
H1.HeaderClassName
{
color: #ACDC4E;
}
.AnyTagClassName
{
color: #ACDC4E;
}
</style>
background-color css
<style>
a { background-color: #ACDC4E; }
a { background-color: rgb(172,220,78); }
div.DivClassName
{
background-color: #ACDC4E;
}
.BgClassName
{
background-color: #ACDC4E;
}
</style>
border-color css
<style>
span { border-color: #ACDC4E; }
span { border-color: rgb(172,220,78); }
td.TdClassName
{
border-color: #ACDC4E;
}
.TagClassName
{
border-color: #ACDC4E;
}
</style>