Shades of Conifer #ACDB63
Tints of Conifer #ACDB63
RGB
CMYK
RGB Variations
Color information
#ACDB63 (or 0xACDB63) is known color: Conifer. HEX triplet: AC, DB and 63. RGB value is (172,219,99). Sum of RGB (Red+Green+Blue) = 172+219+99=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB63 is #53249C. Grayscale: #BFBFBF. Windows color (decimal): -5448861 or 6544300. OLE color: 6544300.
HSL color Cylindrical-coordinate representation of color #ACDB63: hue angle of 83.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDB63 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 99 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.14 |
| HSL | 83.5º | 0.63% | 0.62% | - |
| HSV(B) | 83.5º | 0.55% | 0.86% | - |
| XYZ | 44.6 | 60.33 | 21.1 | - |
| YUV | 191.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 99 | 0.21 | 0 | 0.55 | 0.14 | 83.5 | 0.63 | 0.62 |
| Hex | AC | DB | 63 | 15 | 0 | 37 | E | 54 | 3E | 3E |
| Octal | 254 | 333 | 143 | 25 | 0 | 67 | 16 | 124 | 76 | 76 |
| Binary | 10101100 | 11011011 | 1100011 | 10101 | 0 | 110111 | 1110 | 1010100 | 111110 | 111110 |
Color Harmonies of #ACDB63
Complementary color
Monochromatic Colors of #ACDB63
Black with #ACDB63
Text Example
Text Example
White with #ACDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB63; }
p { color: rgb(172,219,99); }
H1.HeaderClassName
{
color: #ACDB63;
}
.AnyTagClassName
{
color: #ACDB63;
}
</style>
background-color css
<style>
a { background-color: #ACDB63; }
a { background-color: rgb(172,219,99); }
div.DivClassName
{
background-color: #ACDB63;
}
.BgClassName
{
background-color: #ACDB63;
}
</style>
border-color css
<style>
span { border-color: #ACDB63; }
span { border-color: rgb(172,219,99); }
td.TdClassName
{
border-color: #ACDB63;
}
.TagClassName
{
border-color: #ACDB63;
}
</style>