Shades of Conifer #ACDF51
Tints of Conifer #ACDF51
RGB
CMYK
RGB Variations
Color information
#ACDF51 (or 0xACDF51) is known color: Conifer. HEX triplet: AC, DF and 51. RGB value is (172,223,81). Sum of RGB (Red+Green+Blue) = 172+223+81=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF51 is #5320AE. Grayscale: #C0C0C0. Windows color (decimal): -5447855 or 5365676. OLE color: 5365676.
HSL color Cylindrical-coordinate representation of color #ACDF51: hue angle of 81.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACDF51 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 81 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.13 |
| HSL | 81.55º | 0.69% | 0.6% | - |
| HSV(B) | 81.55º | 0.64% | 0.87% | - |
| XYZ | 44.89 | 62.14 | 17.41 | - |
| YUV | 191.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 81 | 0.23 | 0 | 0.64 | 0.13 | 81.55 | 0.69 | 0.6 |
| Hex | AC | DF | 51 | 17 | 0 | 40 | D | 52 | 45 | 3C |
| Octal | 254 | 337 | 121 | 27 | 0 | 100 | 15 | 122 | 105 | 74 |
| Binary | 10101100 | 11011111 | 1010001 | 10111 | 0 | 1000000 | 1101 | 1010010 | 1000101 | 111100 |
Color Harmonies of #ACDF51
Complementary color
Monochromatic Colors of #ACDF51
Black with #ACDF51
Text Example
Text Example
White with #ACDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF51; }
p { color: rgb(172,223,81); }
H1.HeaderClassName
{
color: #ACDF51;
}
.AnyTagClassName
{
color: #ACDF51;
}
</style>
background-color css
<style>
a { background-color: #ACDF51; }
a { background-color: rgb(172,223,81); }
div.DivClassName
{
background-color: #ACDF51;
}
.BgClassName
{
background-color: #ACDF51;
}
</style>
border-color css
<style>
span { border-color: #ACDF51; }
span { border-color: rgb(172,223,81); }
td.TdClassName
{
border-color: #ACDF51;
}
.TagClassName
{
border-color: #ACDF51;
}
</style>