Shades of Conifer #ACDD49
Tints of Conifer #ACDD49
RGB
CMYK
RGB Variations
Color information
#ACDD49 (or 0xACDD49) is known color: Conifer. HEX triplet: AC, DD and 49. RGB value is (172,221,73). Sum of RGB (Red+Green+Blue) = 172+221+73=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD49 is #5322B6. Grayscale: #BEBEBE. Windows color (decimal): -5448375 or 4840876. OLE color: 4840876.
HSL color Cylindrical-coordinate representation of color #ACDD49: hue angle of 79.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACDD49 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 73 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.13 |
| HSL | 79.86º | 0.69% | 0.58% | - |
| HSV(B) | 79.86º | 0.67% | 0.87% | - |
| XYZ | 44.07 | 60.96 | 15.75 | - |
| YUV | 189.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 73 | 0.22 | 0 | 0.67 | 0.13 | 79.86 | 0.69 | 0.58 |
| Hex | AC | DD | 49 | 16 | 0 | 43 | D | 50 | 45 | 3A |
| Octal | 254 | 335 | 111 | 26 | 0 | 103 | 15 | 120 | 105 | 72 |
| Binary | 10101100 | 11011101 | 1001001 | 10110 | 0 | 1000011 | 1101 | 1010000 | 1000101 | 111010 |
Color Harmonies of #ACDD49
Complementary color
Monochromatic Colors of #ACDD49
Black with #ACDD49
Text Example
Text Example
White with #ACDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD49; }
p { color: rgb(172,221,73); }
H1.HeaderClassName
{
color: #ACDD49;
}
.AnyTagClassName
{
color: #ACDD49;
}
</style>
background-color css
<style>
a { background-color: #ACDD49; }
a { background-color: rgb(172,221,73); }
div.DivClassName
{
background-color: #ACDD49;
}
.BgClassName
{
background-color: #ACDD49;
}
</style>
border-color css
<style>
span { border-color: #ACDD49; }
span { border-color: rgb(172,221,73); }
td.TdClassName
{
border-color: #ACDD49;
}
.TagClassName
{
border-color: #ACDD49;
}
</style>