Shades of Conifer #ACDF67
Tints of Conifer #ACDF67
RGB
CMYK
RGB Variations
Color information
#ACDF67 (or 0xACDF67) is known color: Conifer. HEX triplet: AC, DF and 67. RGB value is (172,223,103). Sum of RGB (Red+Green+Blue) = 172+223+103=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF67 is #532098. Grayscale: #C2C2C2. Windows color (decimal): -5447833 or 6807468. OLE color: 6807468.
HSL color Cylindrical-coordinate representation of color #ACDF67: hue angle of 85.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACDF67 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 103 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.13 |
| HSL | 85.5º | 0.65% | 0.64% | - |
| HSV(B) | 85.5º | 0.54% | 0.87% | - |
| XYZ | 45.85 | 62.53 | 22.48 | - |
| YUV | 194.07 | 76.6 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 103 | 0.23 | 0 | 0.54 | 0.13 | 85.5 | 0.65 | 0.64 |
| Hex | AC | DF | 67 | 17 | 0 | 36 | D | 56 | 41 | 40 |
| Octal | 254 | 337 | 147 | 27 | 0 | 66 | 15 | 126 | 101 | 100 |
| Binary | 10101100 | 11011111 | 1100111 | 10111 | 0 | 110110 | 1101 | 1010110 | 1000001 | 1000000 |
Color Harmonies of #ACDF67
Complementary color
Monochromatic Colors of #ACDF67
Black with #ACDF67
Text Example
Text Example
White with #ACDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF67; }
p { color: rgb(172,223,103); }
H1.HeaderClassName
{
color: #ACDF67;
}
.AnyTagClassName
{
color: #ACDF67;
}
</style>
background-color css
<style>
a { background-color: #ACDF67; }
a { background-color: rgb(172,223,103); }
div.DivClassName
{
background-color: #ACDF67;
}
.BgClassName
{
background-color: #ACDF67;
}
</style>
border-color css
<style>
span { border-color: #ACDF67; }
span { border-color: rgb(172,223,103); }
td.TdClassName
{
border-color: #ACDF67;
}
.TagClassName
{
border-color: #ACDF67;
}
</style>