Shades of Conifer #ACDB51
Tints of Conifer #ACDB51
RGB
CMYK
RGB Variations
Color information
#ACDB51 (or 0xACDB51) is known color: Conifer. HEX triplet: AC, DB and 51. RGB value is (172,219,81). Sum of RGB (Red+Green+Blue) = 172+219+81=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB51 is #5324AE. Grayscale: #BDBDBD. Windows color (decimal): -5448879 or 5364652. OLE color: 5364652.
HSL color Cylindrical-coordinate representation of color #ACDB51: hue angle of 80.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACDB51 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 81 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.14 |
| HSL | 80.43º | 0.66% | 0.59% | - |
| HSV(B) | 80.43º | 0.63% | 0.86% | - |
| XYZ | 43.83 | 60.03 | 17.06 | - |
| YUV | 189.22 | 66.93 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 81 | 0.21 | 0 | 0.63 | 0.14 | 80.43 | 0.66 | 0.59 |
| Hex | AC | DB | 51 | 15 | 0 | 3F | E | 50 | 42 | 3B |
| Octal | 254 | 333 | 121 | 25 | 0 | 77 | 16 | 120 | 102 | 73 |
| Binary | 10101100 | 11011011 | 1010001 | 10101 | 0 | 111111 | 1110 | 1010000 | 1000010 | 111011 |
Color Harmonies of #ACDB51
Complementary color
Monochromatic Colors of #ACDB51
Black with #ACDB51
Text Example
Text Example
White with #ACDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB51; }
p { color: rgb(172,219,81); }
H1.HeaderClassName
{
color: #ACDB51;
}
.AnyTagClassName
{
color: #ACDB51;
}
</style>
background-color css
<style>
a { background-color: #ACDB51; }
a { background-color: rgb(172,219,81); }
div.DivClassName
{
background-color: #ACDB51;
}
.BgClassName
{
background-color: #ACDB51;
}
</style>
border-color css
<style>
span { border-color: #ACDB51; }
span { border-color: rgb(172,219,81); }
td.TdClassName
{
border-color: #ACDB51;
}
.TagClassName
{
border-color: #ACDB51;
}
</style>