Shades of Conifer #ACDD50
Tints of Conifer #ACDD50
RGB
CMYK
RGB Variations
Color information
#ACDD50 (or 0xACDD50) is known color: Conifer. HEX triplet: AC, DD and 50. RGB value is (172,221,80). Sum of RGB (Red+Green+Blue) = 172+221+80=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD50 is #5322AF. Grayscale: #BEBEBE. Windows color (decimal): -5448368 or 5299628. OLE color: 5299628.
HSL color Cylindrical-coordinate representation of color #ACDD50: hue angle of 80.85º degrees, saturation: 0.67, 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 #ACDD50 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 80 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.13 |
| HSL | 80.85º | 0.67% | 0.59% | - |
| HSV(B) | 80.85º | 0.64% | 0.87% | - |
| XYZ | 44.32 | 61.06 | 17.04 | - |
| YUV | 190.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 80 | 0.22 | 0 | 0.64 | 0.13 | 80.85 | 0.67 | 0.59 |
| Hex | AC | DD | 50 | 16 | 0 | 40 | D | 51 | 43 | 3B |
| Octal | 254 | 335 | 120 | 26 | 0 | 100 | 15 | 121 | 103 | 73 |
| Binary | 10101100 | 11011101 | 1010000 | 10110 | 0 | 1000000 | 1101 | 1010001 | 1000011 | 111011 |
Color Harmonies of #ACDD50
Complementary color
Monochromatic Colors of #ACDD50
Black with #ACDD50
Text Example
Text Example
White with #ACDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD50; }
p { color: rgb(172,221,80); }
H1.HeaderClassName
{
color: #ACDD50;
}
.AnyTagClassName
{
color: #ACDD50;
}
</style>
background-color css
<style>
a { background-color: #ACDD50; }
a { background-color: rgb(172,221,80); }
div.DivClassName
{
background-color: #ACDD50;
}
.BgClassName
{
background-color: #ACDD50;
}
</style>
border-color css
<style>
span { border-color: #ACDD50; }
span { border-color: rgb(172,221,80); }
td.TdClassName
{
border-color: #ACDD50;
}
.TagClassName
{
border-color: #ACDD50;
}
</style>