Shades of Conifer #ACD669
Tints of Conifer #ACD669
RGB
CMYK
RGB Variations
Color information
#ACD669 (or 0xACD669) is known color: Conifer. HEX triplet: AC, D6 and 69. RGB value is (172,214,105). Sum of RGB (Red+Green+Blue) = 172+214+105=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD669 is #532996. Grayscale: #BDBDBD. Windows color (decimal): -5450135 or 6936236. OLE color: 6936236.
HSL color Cylindrical-coordinate representation of color #ACD669: hue angle of 83.12º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD669 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 105 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.16 |
| HSL | 83.12º | 0.57% | 0.63% | - |
| HSV(B) | 83.12º | 0.51% | 0.84% | - |
| XYZ | 43.61 | 57.88 | 22.24 | - |
| YUV | 189.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 105 | 0.20 | 0 | 0.51 | 0.16 | 83.12 | 0.57 | 0.63 |
| Hex | AC | D6 | 69 | 14 | 0 | 33 | 10 | 53 | 39 | 3F |
| Octal | 254 | 326 | 151 | 24 | 0 | 63 | 20 | 123 | 71 | 77 |
| Binary | 10101100 | 11010110 | 1101001 | 10100 | 0 | 110011 | 10000 | 1010011 | 111001 | 111111 |
Color Harmonies of #ACD669
Complementary color
Monochromatic Colors of #ACD669
Black with #ACD669
Text Example
Text Example
White with #ACD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD669; }
p { color: rgb(172,214,105); }
H1.HeaderClassName
{
color: #ACD669;
}
.AnyTagClassName
{
color: #ACD669;
}
</style>
background-color css
<style>
a { background-color: #ACD669; }
a { background-color: rgb(172,214,105); }
div.DivClassName
{
background-color: #ACD669;
}
.BgClassName
{
background-color: #ACD669;
}
</style>
border-color css
<style>
span { border-color: #ACD669; }
span { border-color: rgb(172,214,105); }
td.TdClassName
{
border-color: #ACD669;
}
.TagClassName
{
border-color: #ACD669;
}
</style>