Shades of Conifer #ACD568
Tints of Conifer #ACD568
RGB
CMYK
RGB Variations
Color information
#ACD568 (or 0xACD568) is known color: Conifer. HEX triplet: AC, D5 and 68. RGB value is (172,213,104). Sum of RGB (Red+Green+Blue) = 172+213+104=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD568 is #532A97. Grayscale: #BCBCBC. Windows color (decimal): -5450392 or 6870444. OLE color: 6870444.
HSL color Cylindrical-coordinate representation of color #ACD568: hue angle of 82.57º 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 #ACD568 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 104 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.16 |
| HSL | 82.57º | 0.56% | 0.62% | - |
| HSV(B) | 82.57º | 0.51% | 0.84% | - |
| XYZ | 43.31 | 57.36 | 21.89 | - |
| YUV | 188.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 104 | 0.19 | 0 | 0.51 | 0.16 | 82.57 | 0.56 | 0.62 |
| Hex | AC | D5 | 68 | 13 | 0 | 33 | 10 | 53 | 38 | 3E |
| Octal | 254 | 325 | 150 | 23 | 0 | 63 | 20 | 123 | 70 | 76 |
| Binary | 10101100 | 11010101 | 1101000 | 10011 | 0 | 110011 | 10000 | 1010011 | 111000 | 111110 |
Color Harmonies of #ACD568
Complementary color
Monochromatic Colors of #ACD568
Black with #ACD568
Text Example
Text Example
White with #ACD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD568; }
p { color: rgb(172,213,104); }
H1.HeaderClassName
{
color: #ACD568;
}
.AnyTagClassName
{
color: #ACD568;
}
</style>
background-color css
<style>
a { background-color: #ACD568; }
a { background-color: rgb(172,213,104); }
div.DivClassName
{
background-color: #ACD568;
}
.BgClassName
{
background-color: #ACD568;
}
</style>
border-color css
<style>
span { border-color: #ACD568; }
span { border-color: rgb(172,213,104); }
td.TdClassName
{
border-color: #ACD568;
}
.TagClassName
{
border-color: #ACD568;
}
</style>