Shades of Conifer #ACDB56
Tints of Conifer #ACDB56
RGB
CMYK
RGB Variations
Color information
#ACDB56 (or 0xACDB56) is known color: Conifer. HEX triplet: AC, DB and 56. RGB value is (172,219,86). Sum of RGB (Red+Green+Blue) = 172+219+86=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB56 is #5324A9. Grayscale: #BEBEBE. Windows color (decimal): -5448874 or 5692332. OLE color: 5692332.
HSL color Cylindrical-coordinate representation of color #ACDB56: hue angle of 81.2º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACDB56 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 86 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.14 |
| HSL | 81.2º | 0.65% | 0.6% | - |
| HSV(B) | 81.2º | 0.61% | 0.86% | - |
| XYZ | 44.02 | 60.11 | 18.09 | - |
| YUV | 189.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 86 | 0.21 | 0 | 0.61 | 0.14 | 81.2 | 0.65 | 0.6 |
| Hex | AC | DB | 56 | 15 | 0 | 3D | E | 51 | 41 | 3C |
| Octal | 254 | 333 | 126 | 25 | 0 | 75 | 16 | 121 | 101 | 74 |
| Binary | 10101100 | 11011011 | 1010110 | 10101 | 0 | 111101 | 1110 | 1010001 | 1000001 | 111100 |
Color Harmonies of #ACDB56
Complementary color
Monochromatic Colors of #ACDB56
Black with #ACDB56
Text Example
Text Example
White with #ACDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB56; }
p { color: rgb(172,219,86); }
H1.HeaderClassName
{
color: #ACDB56;
}
.AnyTagClassName
{
color: #ACDB56;
}
</style>
background-color css
<style>
a { background-color: #ACDB56; }
a { background-color: rgb(172,219,86); }
div.DivClassName
{
background-color: #ACDB56;
}
.BgClassName
{
background-color: #ACDB56;
}
</style>
border-color css
<style>
span { border-color: #ACDB56; }
span { border-color: rgb(172,219,86); }
td.TdClassName
{
border-color: #ACDB56;
}
.TagClassName
{
border-color: #ACDB56;
}
</style>