Shades of Conifer #ACD569
Tints of Conifer #ACD569
RGB
CMYK
RGB Variations
Color information
#ACD569 (or 0xACD569) is known color: Conifer. HEX triplet: AC, D5 and 69. RGB value is (172,213,105). Sum of RGB (Red+Green+Blue) = 172+213+105=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD569 is #532A96. Grayscale: #BCBCBC. Windows color (decimal): -5450391 or 6935980. OLE color: 6935980.
HSL color Cylindrical-coordinate representation of color #ACD569: hue angle of 82.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD569 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 105 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.16 |
| HSL | 82.78º | 0.56% | 0.62% | - |
| HSV(B) | 82.78º | 0.51% | 0.84% | - |
| XYZ | 43.36 | 57.38 | 22.15 | - |
| YUV | 188.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 105 | 0.19 | 0 | 0.51 | 0.16 | 82.78 | 0.56 | 0.62 |
| Hex | AC | D5 | 69 | 13 | 0 | 33 | 10 | 53 | 38 | 3E |
| Octal | 254 | 325 | 151 | 23 | 0 | 63 | 20 | 123 | 70 | 76 |
| Binary | 10101100 | 11010101 | 1101001 | 10011 | 0 | 110011 | 10000 | 1010011 | 111000 | 111110 |
Color Harmonies of #ACD569
Complementary color
Monochromatic Colors of #ACD569
Black with #ACD569
Text Example
Text Example
White with #ACD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD569; }
p { color: rgb(172,213,105); }
H1.HeaderClassName
{
color: #ACD569;
}
.AnyTagClassName
{
color: #ACD569;
}
</style>
background-color css
<style>
a { background-color: #ACD569; }
a { background-color: rgb(172,213,105); }
div.DivClassName
{
background-color: #ACD569;
}
.BgClassName
{
background-color: #ACD569;
}
</style>
border-color css
<style>
span { border-color: #ACD569; }
span { border-color: rgb(172,213,105); }
td.TdClassName
{
border-color: #ACD569;
}
.TagClassName
{
border-color: #ACD569;
}
</style>