Shades of Conifer #ACDF65
Tints of Conifer #ACDF65
RGB
CMYK
RGB Variations
Color information
#ACDF65 (or 0xACDF65) is known color: Conifer. HEX triplet: AC, DF and 65. RGB value is (172,223,101). Sum of RGB (Red+Green+Blue) = 172+223+101=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF65 is #53209A. Grayscale: #C2C2C2. Windows color (decimal): -5447835 or 6676396. OLE color: 6676396.
HSL color Cylindrical-coordinate representation of color #ACDF65: hue angle of 85.08º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDF65 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 101 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.13 |
| HSL | 85.08º | 0.66% | 0.64% | - |
| HSV(B) | 85.08º | 0.55% | 0.87% | - |
| XYZ | 45.75 | 62.49 | 21.96 | - |
| YUV | 193.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 101 | 0.23 | 0 | 0.55 | 0.13 | 85.08 | 0.66 | 0.64 |
| Hex | AC | DF | 65 | 17 | 0 | 37 | D | 55 | 42 | 40 |
| Octal | 254 | 337 | 145 | 27 | 0 | 67 | 15 | 125 | 102 | 100 |
| Binary | 10101100 | 11011111 | 1100101 | 10111 | 0 | 110111 | 1101 | 1010101 | 1000010 | 1000000 |
Color Harmonies of #ACDF65
Complementary color
Monochromatic Colors of #ACDF65
Black with #ACDF65
Text Example
Text Example
White with #ACDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF65; }
p { color: rgb(172,223,101); }
H1.HeaderClassName
{
color: #ACDF65;
}
.AnyTagClassName
{
color: #ACDF65;
}
</style>
background-color css
<style>
a { background-color: #ACDF65; }
a { background-color: rgb(172,223,101); }
div.DivClassName
{
background-color: #ACDF65;
}
.BgClassName
{
background-color: #ACDF65;
}
</style>
border-color css
<style>
span { border-color: #ACDF65; }
span { border-color: rgb(172,223,101); }
td.TdClassName
{
border-color: #ACDF65;
}
.TagClassName
{
border-color: #ACDF65;
}
</style>