Shades of Conifer #ACDD62
Tints of Conifer #ACDD62
RGB
CMYK
RGB Variations
Color information
#ACDD62 (or 0xACDD62) is known color: Conifer. HEX triplet: AC, DD and 62. RGB value is (172,221,98). Sum of RGB (Red+Green+Blue) = 172+221+98=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD62 is #53229D. Grayscale: #C0C0C0. Windows color (decimal): -5448350 or 6479276. OLE color: 6479276.
HSL color Cylindrical-coordinate representation of color #ACDD62: hue angle of 83.9º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACDD62 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 98 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.13 |
| HSL | 83.9º | 0.64% | 0.63% | - |
| HSV(B) | 83.9º | 0.56% | 0.87% | - |
| XYZ | 45.07 | 61.37 | 21.02 | - |
| YUV | 192.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 98 | 0.22 | 0 | 0.56 | 0.13 | 83.9 | 0.64 | 0.63 |
| Hex | AC | DD | 62 | 16 | 0 | 38 | D | 54 | 40 | 3F |
| Octal | 254 | 335 | 142 | 26 | 0 | 70 | 15 | 124 | 100 | 77 |
| Binary | 10101100 | 11011101 | 1100010 | 10110 | 0 | 111000 | 1101 | 1010100 | 1000000 | 111111 |
Color Harmonies of #ACDD62
Complementary color
Monochromatic Colors of #ACDD62
Black with #ACDD62
Text Example
Text Example
White with #ACDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD62; }
p { color: rgb(172,221,98); }
H1.HeaderClassName
{
color: #ACDD62;
}
.AnyTagClassName
{
color: #ACDD62;
}
</style>
background-color css
<style>
a { background-color: #ACDD62; }
a { background-color: rgb(172,221,98); }
div.DivClassName
{
background-color: #ACDD62;
}
.BgClassName
{
background-color: #ACDD62;
}
</style>
border-color css
<style>
span { border-color: #ACDD62; }
span { border-color: rgb(172,221,98); }
td.TdClassName
{
border-color: #ACDD62;
}
.TagClassName
{
border-color: #ACDD62;
}
</style>