Shades of Conifer #ACDC6B
Tints of Conifer #ACDC6B
RGB
CMYK
RGB Variations
Color information
#ACDC6B (or 0xACDC6B) is known color: Conifer. HEX triplet: AC, DC and 6B. RGB value is (172,220,107). Sum of RGB (Red+Green+Blue) = 172+220+107=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC6B is #532394. Grayscale: #C1C1C1. Windows color (decimal): -5448597 or 7068844. OLE color: 7068844.
HSL color Cylindrical-coordinate representation of color #ACDC6B: hue angle of 85.49º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACDC6B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 107 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.14 |
| HSL | 85.49º | 0.62% | 0.64% | - |
| HSV(B) | 85.49º | 0.51% | 0.86% | - |
| XYZ | 45.26 | 61.02 | 23.3 | - |
| YUV | 192.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 107 | 0.22 | 0 | 0.51 | 0.14 | 85.49 | 0.62 | 0.64 |
| Hex | AC | DC | 6B | 16 | 0 | 33 | E | 55 | 3E | 40 |
| Octal | 254 | 334 | 153 | 26 | 0 | 63 | 16 | 125 | 76 | 100 |
| Binary | 10101100 | 11011100 | 1101011 | 10110 | 0 | 110011 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ACDC6B
Complementary color
Monochromatic Colors of #ACDC6B
Black with #ACDC6B
Text Example
Text Example
White with #ACDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC6B; }
p { color: rgb(172,220,107); }
H1.HeaderClassName
{
color: #ACDC6B;
}
.AnyTagClassName
{
color: #ACDC6B;
}
</style>
background-color css
<style>
a { background-color: #ACDC6B; }
a { background-color: rgb(172,220,107); }
div.DivClassName
{
background-color: #ACDC6B;
}
.BgClassName
{
background-color: #ACDC6B;
}
</style>
border-color css
<style>
span { border-color: #ACDC6B; }
span { border-color: rgb(172,220,107); }
td.TdClassName
{
border-color: #ACDC6B;
}
.TagClassName
{
border-color: #ACDC6B;
}
</style>