Shades of Conifer #ACDF50
Tints of Conifer #ACDF50
RGB
CMYK
RGB Variations
Color information
#ACDF50 (or 0xACDF50) is known color: Conifer. HEX triplet: AC, DF and 50. RGB value is (172,223,80). Sum of RGB (Red+Green+Blue) = 172+223+80=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF50 is #5320AF. Grayscale: #BFBFBF. Windows color (decimal): -5447856 or 5300140. OLE color: 5300140.
HSL color Cylindrical-coordinate representation of color #ACDF50: hue angle of 81.4º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACDF50 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 80 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.13 |
| HSL | 81.4º | 0.69% | 0.59% | - |
| HSV(B) | 81.4º | 0.64% | 0.87% | - |
| XYZ | 44.85 | 62.13 | 17.22 | - |
| YUV | 191.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 80 | 0.23 | 0 | 0.64 | 0.13 | 81.4 | 0.69 | 0.59 |
| Hex | AC | DF | 50 | 17 | 0 | 40 | D | 51 | 45 | 3B |
| Octal | 254 | 337 | 120 | 27 | 0 | 100 | 15 | 121 | 105 | 73 |
| Binary | 10101100 | 11011111 | 1010000 | 10111 | 0 | 1000000 | 1101 | 1010001 | 1000101 | 111011 |
Color Harmonies of #ACDF50
Complementary color
Monochromatic Colors of #ACDF50
Black with #ACDF50
Text Example
Text Example
White with #ACDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF50; }
p { color: rgb(172,223,80); }
H1.HeaderClassName
{
color: #ACDF50;
}
.AnyTagClassName
{
color: #ACDF50;
}
</style>
background-color css
<style>
a { background-color: #ACDF50; }
a { background-color: rgb(172,223,80); }
div.DivClassName
{
background-color: #ACDF50;
}
.BgClassName
{
background-color: #ACDF50;
}
</style>
border-color css
<style>
span { border-color: #ACDF50; }
span { border-color: rgb(172,223,80); }
td.TdClassName
{
border-color: #ACDF50;
}
.TagClassName
{
border-color: #ACDF50;
}
</style>