Shades of Conifer #ACDD69
Tints of Conifer #ACDD69
RGB
CMYK
RGB Variations
Color information
#ACDD69 (or 0xACDD69) is known color: Conifer. HEX triplet: AC, DD and 69. RGB value is (172,221,105). Sum of RGB (Red+Green+Blue) = 172+221+105=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD69 is #532296. Grayscale: #C1C1C1. Windows color (decimal): -5448343 or 6938028. OLE color: 6938028.
HSL color Cylindrical-coordinate representation of color #ACDD69: hue angle of 85.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACDD69 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 105 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.13 |
| HSL | 85.34º | 0.63% | 0.64% | - |
| HSV(B) | 85.34º | 0.52% | 0.87% | - |
| XYZ | 45.42 | 61.5 | 22.84 | - |
| YUV | 193.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 105 | 0.22 | 0 | 0.52 | 0.13 | 85.34 | 0.63 | 0.64 |
| Hex | AC | DD | 69 | 16 | 0 | 34 | D | 55 | 3F | 40 |
| Octal | 254 | 335 | 151 | 26 | 0 | 64 | 15 | 125 | 77 | 100 |
| Binary | 10101100 | 11011101 | 1101001 | 10110 | 0 | 110100 | 1101 | 1010101 | 111111 | 1000000 |
Color Harmonies of #ACDD69
Complementary color
Monochromatic Colors of #ACDD69
Black with #ACDD69
Text Example
Text Example
White with #ACDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD69; }
p { color: rgb(172,221,105); }
H1.HeaderClassName
{
color: #ACDD69;
}
.AnyTagClassName
{
color: #ACDD69;
}
</style>
background-color css
<style>
a { background-color: #ACDD69; }
a { background-color: rgb(172,221,105); }
div.DivClassName
{
background-color: #ACDD69;
}
.BgClassName
{
background-color: #ACDD69;
}
</style>
border-color css
<style>
span { border-color: #ACDD69; }
span { border-color: rgb(172,221,105); }
td.TdClassName
{
border-color: #ACDD69;
}
.TagClassName
{
border-color: #ACDD69;
}
</style>