Shades of Conifer #ACD069
Tints of Conifer #ACD069
RGB
CMYK
RGB Variations
Color information
#ACD069 (or 0xACD069) is known color: Conifer. HEX triplet: AC, D0 and 69. RGB value is (172,208,105). Sum of RGB (Red+Green+Blue) = 172+208+105=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD069 is #532F96. Grayscale: #B9B9B9. Windows color (decimal): -5451671 or 6934700. OLE color: 6934700.
HSL color Cylindrical-coordinate representation of color #ACD069: hue angle of 80.97º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD069 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 105 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.18 |
| HSL | 80.97º | 0.52% | 0.61% | - |
| HSV(B) | 80.97º | 0.5% | 0.82% | - |
| XYZ | 42.12 | 54.9 | 21.74 | - |
| YUV | 185.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 105 | 0.17 | 0 | 0.50 | 0.18 | 80.97 | 0.52 | 0.61 |
| Hex | AC | D0 | 69 | 11 | 0 | 32 | 12 | 51 | 34 | 3D |
| Octal | 254 | 320 | 151 | 21 | 0 | 62 | 22 | 121 | 64 | 75 |
| Binary | 10101100 | 11010000 | 1101001 | 10001 | 0 | 110010 | 10010 | 1010001 | 110100 | 111101 |
Color Harmonies of #ACD069
Complementary color
Monochromatic Colors of #ACD069
Black with #ACD069
Text Example
Text Example
White with #ACD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD069; }
p { color: rgb(172,208,105); }
H1.HeaderClassName
{
color: #ACD069;
}
.AnyTagClassName
{
color: #ACD069;
}
</style>
background-color css
<style>
a { background-color: #ACD069; }
a { background-color: rgb(172,208,105); }
div.DivClassName
{
background-color: #ACD069;
}
.BgClassName
{
background-color: #ACD069;
}
</style>
border-color css
<style>
span { border-color: #ACD069; }
span { border-color: rgb(172,208,105); }
td.TdClassName
{
border-color: #ACD069;
}
.TagClassName
{
border-color: #ACD069;
}
</style>