Shades of Conifer #ACDD45
Tints of Conifer #ACDD45
RGB
CMYK
RGB Variations
Color information
#ACDD45 (or 0xACDD45) is known color: Conifer. HEX triplet: AC, DD and 45. RGB value is (172,221,69). Sum of RGB (Red+Green+Blue) = 172+221+69=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD45 is #5322BA. Grayscale: #BDBDBD. Windows color (decimal): -5448379 or 4578732. OLE color: 4578732.
HSL color Cylindrical-coordinate representation of color #ACDD45: hue angle of 79.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACDD45 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 69 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.13 |
| HSL | 79.34º | 0.69% | 0.57% | - |
| HSV(B) | 79.34º | 0.69% | 0.87% | - |
| XYZ | 43.94 | 60.91 | 15.07 | - |
| YUV | 189.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 69 | 0.22 | 0 | 0.69 | 0.13 | 79.34 | 0.69 | 0.57 |
| Hex | AC | DD | 45 | 16 | 0 | 45 | D | 4F | 45 | 39 |
| Octal | 254 | 335 | 105 | 26 | 0 | 105 | 15 | 117 | 105 | 71 |
| Binary | 10101100 | 11011101 | 1000101 | 10110 | 0 | 1000101 | 1101 | 1001111 | 1000101 | 111001 |
Color Harmonies of #ACDD45
Complementary color
Monochromatic Colors of #ACDD45
Black with #ACDD45
Text Example
Text Example
White with #ACDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD45; }
p { color: rgb(172,221,69); }
H1.HeaderClassName
{
color: #ACDD45;
}
.AnyTagClassName
{
color: #ACDD45;
}
</style>
background-color css
<style>
a { background-color: #ACDD45; }
a { background-color: rgb(172,221,69); }
div.DivClassName
{
background-color: #ACDD45;
}
.BgClassName
{
background-color: #ACDD45;
}
</style>
border-color css
<style>
span { border-color: #ACDD45; }
span { border-color: rgb(172,221,69); }
td.TdClassName
{
border-color: #ACDD45;
}
.TagClassName
{
border-color: #ACDD45;
}
</style>