Shades of Conifer #ACDC69
Tints of Conifer #ACDC69
RGB
CMYK
RGB Variations
Color information
#ACDC69 (or 0xACDC69) is known color: Conifer. HEX triplet: AC, DC and 69. RGB value is (172,220,105). Sum of RGB (Red+Green+Blue) = 172+220+105=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC69 is #532396. Grayscale: #C0C0C0. Windows color (decimal): -5448599 or 6937772. OLE color: 6937772.
HSL color Cylindrical-coordinate representation of color #ACDC69: hue angle of 85.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACDC69 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 105 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.14 |
| HSL | 85.04º | 0.62% | 0.64% | - |
| HSV(B) | 85.04º | 0.52% | 0.86% | - |
| XYZ | 45.16 | 60.98 | 22.75 | - |
| YUV | 192.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 105 | 0.22 | 0 | 0.52 | 0.14 | 85.04 | 0.62 | 0.64 |
| Hex | AC | DC | 69 | 16 | 0 | 34 | E | 55 | 3E | 40 |
| Octal | 254 | 334 | 151 | 26 | 0 | 64 | 16 | 125 | 76 | 100 |
| Binary | 10101100 | 11011100 | 1101001 | 10110 | 0 | 110100 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ACDC69
Complementary color
Monochromatic Colors of #ACDC69
Black with #ACDC69
Text Example
Text Example
White with #ACDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC69; }
p { color: rgb(172,220,105); }
H1.HeaderClassName
{
color: #ACDC69;
}
.AnyTagClassName
{
color: #ACDC69;
}
</style>
background-color css
<style>
a { background-color: #ACDC69; }
a { background-color: rgb(172,220,105); }
div.DivClassName
{
background-color: #ACDC69;
}
.BgClassName
{
background-color: #ACDC69;
}
</style>
border-color css
<style>
span { border-color: #ACDC69; }
span { border-color: rgb(172,220,105); }
td.TdClassName
{
border-color: #ACDC69;
}
.TagClassName
{
border-color: #ACDC69;
}
</style>