Shades of Conifer #ACDF63
Tints of Conifer #ACDF63
RGB
CMYK
RGB Variations
Color information
#ACDF63 (or 0xACDF63) is known color: Conifer. HEX triplet: AC, DF and 63. RGB value is (172,223,99). Sum of RGB (Red+Green+Blue) = 172+223+99=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF63 is #53209C. Grayscale: #C2C2C2. Windows color (decimal): -5447837 or 6545324. OLE color: 6545324.
HSL color Cylindrical-coordinate representation of color #ACDF63: hue angle of 84.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACDF63 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 99 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.13 |
| HSL | 84.68º | 0.66% | 0.63% | - |
| HSV(B) | 84.68º | 0.56% | 0.87% | - |
| XYZ | 45.65 | 62.45 | 21.45 | - |
| YUV | 193.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 99 | 0.23 | 0 | 0.56 | 0.13 | 84.68 | 0.66 | 0.63 |
| Hex | AC | DF | 63 | 17 | 0 | 38 | D | 55 | 42 | 3F |
| Octal | 254 | 337 | 143 | 27 | 0 | 70 | 15 | 125 | 102 | 77 |
| Binary | 10101100 | 11011111 | 1100011 | 10111 | 0 | 111000 | 1101 | 1010101 | 1000010 | 111111 |
Color Harmonies of #ACDF63
Complementary color
Monochromatic Colors of #ACDF63
Black with #ACDF63
Text Example
Text Example
White with #ACDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF63; }
p { color: rgb(172,223,99); }
H1.HeaderClassName
{
color: #ACDF63;
}
.AnyTagClassName
{
color: #ACDF63;
}
</style>
background-color css
<style>
a { background-color: #ACDF63; }
a { background-color: rgb(172,223,99); }
div.DivClassName
{
background-color: #ACDF63;
}
.BgClassName
{
background-color: #ACDF63;
}
</style>
border-color css
<style>
span { border-color: #ACDF63; }
span { border-color: rgb(172,223,99); }
td.TdClassName
{
border-color: #ACDF63;
}
.TagClassName
{
border-color: #ACDF63;
}
</style>