Shades of Conifer #ACDB6B
Tints of Conifer #ACDB6B
RGB
CMYK
RGB Variations
Color information
#ACDB6B (or 0xACDB6B) is known color: Conifer. HEX triplet: AC, DB and 6B. RGB value is (172,219,107). Sum of RGB (Red+Green+Blue) = 172+219+107=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB6B is #532494. Grayscale: #C0C0C0. Windows color (decimal): -5448853 or 7068588. OLE color: 7068588.
HSL color Cylindrical-coordinate representation of color #ACDB6B: hue angle of 85.18º degrees, saturation: 0.61, 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 #ACDB6B is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 107 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.14 |
| HSL | 85.18º | 0.61% | 0.64% | - |
| HSV(B) | 85.18º | 0.51% | 0.86% | - |
| XYZ | 45 | 60.5 | 23.21 | - |
| YUV | 192.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 107 | 0.21 | 0 | 0.51 | 0.14 | 85.18 | 0.61 | 0.64 |
| Hex | AC | DB | 6B | 15 | 0 | 33 | E | 55 | 3D | 40 |
| Octal | 254 | 333 | 153 | 25 | 0 | 63 | 16 | 125 | 75 | 100 |
| Binary | 10101100 | 11011011 | 1101011 | 10101 | 0 | 110011 | 1110 | 1010101 | 111101 | 1000000 |
Color Harmonies of #ACDB6B
Complementary color
Monochromatic Colors of #ACDB6B
Black with #ACDB6B
Text Example
Text Example
White with #ACDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB6B; }
p { color: rgb(172,219,107); }
H1.HeaderClassName
{
color: #ACDB6B;
}
.AnyTagClassName
{
color: #ACDB6B;
}
</style>
background-color css
<style>
a { background-color: #ACDB6B; }
a { background-color: rgb(172,219,107); }
div.DivClassName
{
background-color: #ACDB6B;
}
.BgClassName
{
background-color: #ACDB6B;
}
</style>
border-color css
<style>
span { border-color: #ACDB6B; }
span { border-color: rgb(172,219,107); }
td.TdClassName
{
border-color: #ACDB6B;
}
.TagClassName
{
border-color: #ACDB6B;
}
</style>