Shades of Conifer #ACDB59
Tints of Conifer #ACDB59
RGB
CMYK
RGB Variations
Color information
#ACDB59 (or 0xACDB59) is known color: Conifer. HEX triplet: AC, DB and 59. RGB value is (172,219,89). Sum of RGB (Red+Green+Blue) = 172+219+89=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB59 is #5324A6. Grayscale: #BEBEBE. Windows color (decimal): -5448871 or 5888940. OLE color: 5888940.
HSL color Cylindrical-coordinate representation of color #ACDB59: hue angle of 81.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACDB59 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 89 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.14 |
| HSL | 81.69º | 0.64% | 0.6% | - |
| HSV(B) | 81.69º | 0.59% | 0.86% | - |
| XYZ | 44.15 | 60.15 | 18.74 | - |
| YUV | 190.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 89 | 0.21 | 0 | 0.59 | 0.14 | 81.69 | 0.64 | 0.6 |
| Hex | AC | DB | 59 | 15 | 0 | 3B | E | 52 | 40 | 3C |
| Octal | 254 | 333 | 131 | 25 | 0 | 73 | 16 | 122 | 100 | 74 |
| Binary | 10101100 | 11011011 | 1011001 | 10101 | 0 | 111011 | 1110 | 1010010 | 1000000 | 111100 |
Color Harmonies of #ACDB59
Complementary color
Monochromatic Colors of #ACDB59
Black with #ACDB59
Text Example
Text Example
White with #ACDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB59; }
p { color: rgb(172,219,89); }
H1.HeaderClassName
{
color: #ACDB59;
}
.AnyTagClassName
{
color: #ACDB59;
}
</style>
background-color css
<style>
a { background-color: #ACDB59; }
a { background-color: rgb(172,219,89); }
div.DivClassName
{
background-color: #ACDB59;
}
.BgClassName
{
background-color: #ACDB59;
}
</style>
border-color css
<style>
span { border-color: #ACDB59; }
span { border-color: rgb(172,219,89); }
td.TdClassName
{
border-color: #ACDB59;
}
.TagClassName
{
border-color: #ACDB59;
}
</style>