Shades of Conifer #ACDE50
Tints of Conifer #ACDE50
RGB
CMYK
RGB Variations
Color information
#ACDE50 (or 0xACDE50) is known color: Conifer. HEX triplet: AC, DE and 50. RGB value is (172,222,80). Sum of RGB (Red+Green+Blue) = 172+222+80=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE50 is #5321AF. Grayscale: #BFBFBF. Windows color (decimal): -5448112 or 5299884. OLE color: 5299884.
HSL color Cylindrical-coordinate representation of color #ACDE50: hue angle of 81.13º degrees, saturation: 0.68, 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 #ACDE50 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 80 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.13 |
| HSL | 81.13º | 0.68% | 0.59% | - |
| HSV(B) | 81.13º | 0.64% | 0.87% | - |
| XYZ | 44.58 | 61.59 | 17.13 | - |
| YUV | 190.86 | 65.44 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 80 | 0.23 | 0 | 0.64 | 0.13 | 81.13 | 0.68 | 0.59 |
| Hex | AC | DE | 50 | 17 | 0 | 40 | D | 51 | 44 | 3B |
| Octal | 254 | 336 | 120 | 27 | 0 | 100 | 15 | 121 | 104 | 73 |
| Binary | 10101100 | 11011110 | 1010000 | 10111 | 0 | 1000000 | 1101 | 1010001 | 1000100 | 111011 |
Color Harmonies of #ACDE50
Complementary color
Monochromatic Colors of #ACDE50
Black with #ACDE50
Text Example
Text Example
White with #ACDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDE50; }
p { color: rgb(172,222,80); }
H1.HeaderClassName
{
color: #ACDE50;
}
.AnyTagClassName
{
color: #ACDE50;
}
</style>
background-color css
<style>
a { background-color: #ACDE50; }
a { background-color: rgb(172,222,80); }
div.DivClassName
{
background-color: #ACDE50;
}
.BgClassName
{
background-color: #ACDE50;
}
</style>
border-color css
<style>
span { border-color: #ACDE50; }
span { border-color: rgb(172,222,80); }
td.TdClassName
{
border-color: #ACDE50;
}
.TagClassName
{
border-color: #ACDE50;
}
</style>