Shades of Conifer #ACDB64
Tints of Conifer #ACDB64
RGB
CMYK
RGB Variations
Color information
#ACDB64 (or 0xACDB64) is known color: Conifer. HEX triplet: AC, DB and 64. RGB value is (172,219,100). Sum of RGB (Red+Green+Blue) = 172+219+100=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB64 is #53249B. Grayscale: #BFBFBF. Windows color (decimal): -5448860 or 6609836. OLE color: 6609836.
HSL color Cylindrical-coordinate representation of color #ACDB64: hue angle of 83.7º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACDB64 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 100 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.14 |
| HSL | 83.7º | 0.62% | 0.63% | - |
| HSV(B) | 83.7º | 0.54% | 0.86% | - |
| XYZ | 44.65 | 60.35 | 21.35 | - |
| YUV | 191.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 100 | 0.21 | 0 | 0.54 | 0.14 | 83.7 | 0.62 | 0.63 |
| Hex | AC | DB | 64 | 15 | 0 | 36 | E | 54 | 3E | 3F |
| Octal | 254 | 333 | 144 | 25 | 0 | 66 | 16 | 124 | 76 | 77 |
| Binary | 10101100 | 11011011 | 1100100 | 10101 | 0 | 110110 | 1110 | 1010100 | 111110 | 111111 |
Color Harmonies of #ACDB64
Complementary color
Monochromatic Colors of #ACDB64
Black with #ACDB64
Text Example
Text Example
White with #ACDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB64; }
p { color: rgb(172,219,100); }
H1.HeaderClassName
{
color: #ACDB64;
}
.AnyTagClassName
{
color: #ACDB64;
}
</style>
background-color css
<style>
a { background-color: #ACDB64; }
a { background-color: rgb(172,219,100); }
div.DivClassName
{
background-color: #ACDB64;
}
.BgClassName
{
background-color: #ACDB64;
}
</style>
border-color css
<style>
span { border-color: #ACDB64; }
span { border-color: rgb(172,219,100); }
td.TdClassName
{
border-color: #ACDB64;
}
.TagClassName
{
border-color: #ACDB64;
}
</style>