Shades of Conifer #ACDD59
Tints of Conifer #ACDD59
RGB
CMYK
RGB Variations
Color information
#ACDD59 (or 0xACDD59) is known color: Conifer. HEX triplet: AC, DD and 59. RGB value is (172,221,89). Sum of RGB (Red+Green+Blue) = 172+221+89=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD59 is #5322A6. Grayscale: #BFBFBF. Windows color (decimal): -5448359 or 5889452. OLE color: 5889452.
HSL color Cylindrical-coordinate representation of color #ACDD59: hue angle of 82.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACDD59 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 89 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.13 |
| HSL | 82.27º | 0.66% | 0.61% | - |
| HSV(B) | 82.27º | 0.6% | 0.87% | - |
| XYZ | 44.67 | 61.2 | 18.91 | - |
| YUV | 191.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 89 | 0.22 | 0 | 0.60 | 0.13 | 82.27 | 0.66 | 0.61 |
| Hex | AC | DD | 59 | 16 | 0 | 3C | D | 52 | 42 | 3D |
| Octal | 254 | 335 | 131 | 26 | 0 | 74 | 15 | 122 | 102 | 75 |
| Binary | 10101100 | 11011101 | 1011001 | 10110 | 0 | 111100 | 1101 | 1010010 | 1000010 | 111101 |
Color Harmonies of #ACDD59
Complementary color
Monochromatic Colors of #ACDD59
Black with #ACDD59
Text Example
Text Example
White with #ACDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD59; }
p { color: rgb(172,221,89); }
H1.HeaderClassName
{
color: #ACDD59;
}
.AnyTagClassName
{
color: #ACDD59;
}
</style>
background-color css
<style>
a { background-color: #ACDD59; }
a { background-color: rgb(172,221,89); }
div.DivClassName
{
background-color: #ACDD59;
}
.BgClassName
{
background-color: #ACDD59;
}
</style>
border-color css
<style>
span { border-color: #ACDD59; }
span { border-color: rgb(172,221,89); }
td.TdClassName
{
border-color: #ACDD59;
}
.TagClassName
{
border-color: #ACDD59;
}
</style>