Shades of Conifer #ACDC5C
Tints of Conifer #ACDC5C
RGB
CMYK
RGB Variations
Color information
#ACDC5C (or 0xACDC5C) is known color: Conifer. HEX triplet: AC, DC and 5C. RGB value is (172,220,92). Sum of RGB (Red+Green+Blue) = 172+220+92=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC5C is #5323A3. Grayscale: #BFBFBF. Windows color (decimal): -5448612 or 6085804. OLE color: 6085804.
HSL color Cylindrical-coordinate representation of color #ACDC5C: hue angle of 82.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACDC5C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 92 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.14 |
| HSL | 82.5º | 0.65% | 0.61% | - |
| HSV(B) | 82.5º | 0.58% | 0.86% | - |
| XYZ | 44.54 | 60.73 | 19.5 | - |
| YUV | 191.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 92 | 0.22 | 0 | 0.58 | 0.14 | 82.5 | 0.65 | 0.61 |
| Hex | AC | DC | 5C | 16 | 0 | 3A | E | 52 | 41 | 3D |
| Octal | 254 | 334 | 134 | 26 | 0 | 72 | 16 | 122 | 101 | 75 |
| Binary | 10101100 | 11011100 | 1011100 | 10110 | 0 | 111010 | 1110 | 1010010 | 1000001 | 111101 |
Color Harmonies of #ACDC5C
Complementary color
Monochromatic Colors of #ACDC5C
Black with #ACDC5C
Text Example
Text Example
White with #ACDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC5C; }
p { color: rgb(172,220,92); }
H1.HeaderClassName
{
color: #ACDC5C;
}
.AnyTagClassName
{
color: #ACDC5C;
}
</style>
background-color css
<style>
a { background-color: #ACDC5C; }
a { background-color: rgb(172,220,92); }
div.DivClassName
{
background-color: #ACDC5C;
}
.BgClassName
{
background-color: #ACDC5C;
}
</style>
border-color css
<style>
span { border-color: #ACDC5C; }
span { border-color: rgb(172,220,92); }
td.TdClassName
{
border-color: #ACDC5C;
}
.TagClassName
{
border-color: #ACDC5C;
}
</style>