Shades of Conifer #ACDF68
Tints of Conifer #ACDF68
RGB
CMYK
RGB Variations
Color information
#ACDF68 (or 0xACDF68) is known color: Conifer. HEX triplet: AC, DF and 68. RGB value is (172,223,104). Sum of RGB (Red+Green+Blue) = 172+223+104=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF68 is #532097. Grayscale: #C2C2C2. Windows color (decimal): -5447832 or 6873004. OLE color: 6873004.
HSL color Cylindrical-coordinate representation of color #ACDF68: hue angle of 85.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACDF68 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 104 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.13 |
| HSL | 85.71º | 0.65% | 0.64% | - |
| HSV(B) | 85.71º | 0.53% | 0.87% | - |
| XYZ | 45.9 | 62.55 | 22.75 | - |
| YUV | 194.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 104 | 0.23 | 0 | 0.53 | 0.13 | 85.71 | 0.65 | 0.64 |
| Hex | AC | DF | 68 | 17 | 0 | 35 | D | 56 | 41 | 40 |
| Octal | 254 | 337 | 150 | 27 | 0 | 65 | 15 | 126 | 101 | 100 |
| Binary | 10101100 | 11011111 | 1101000 | 10111 | 0 | 110101 | 1101 | 1010110 | 1000001 | 1000000 |
Color Harmonies of #ACDF68
Complementary color
Monochromatic Colors of #ACDF68
Black with #ACDF68
Text Example
Text Example
White with #ACDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF68; }
p { color: rgb(172,223,104); }
H1.HeaderClassName
{
color: #ACDF68;
}
.AnyTagClassName
{
color: #ACDF68;
}
</style>
background-color css
<style>
a { background-color: #ACDF68; }
a { background-color: rgb(172,223,104); }
div.DivClassName
{
background-color: #ACDF68;
}
.BgClassName
{
background-color: #ACDF68;
}
</style>
border-color css
<style>
span { border-color: #ACDF68; }
span { border-color: rgb(172,223,104); }
td.TdClassName
{
border-color: #ACDF68;
}
.TagClassName
{
border-color: #ACDF68;
}
</style>