Shades of Conifer #ACD064
Tints of Conifer #ACD064
RGB
CMYK
RGB Variations
Color information
#ACD064 (or 0xACD064) is known color: Conifer. HEX triplet: AC, D0 and 64. RGB value is (172,208,100). Sum of RGB (Red+Green+Blue) = 172+208+100=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD064 is #532F9B. Grayscale: #B9B9B9. Windows color (decimal): -5451676 or 6607020. OLE color: 6607020.
HSL color Cylindrical-coordinate representation of color #ACD064: hue angle of 80º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACD064 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 100 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.18 |
| HSL | 80º | 0.53% | 0.6% | - |
| HSV(B) | 80º | 0.52% | 0.82% | - |
| XYZ | 41.87 | 54.8 | 20.43 | - |
| YUV | 184.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 100 | 0.17 | 0 | 0.52 | 0.18 | 80 | 0.53 | 0.6 |
| Hex | AC | D0 | 64 | 11 | 0 | 34 | 12 | 50 | 35 | 3C |
| Octal | 254 | 320 | 144 | 21 | 0 | 64 | 22 | 120 | 65 | 74 |
| Binary | 10101100 | 11010000 | 1100100 | 10001 | 0 | 110100 | 10010 | 1010000 | 110101 | 111100 |
Color Harmonies of #ACD064
Complementary color
Monochromatic Colors of #ACD064
Black with #ACD064
Text Example
Text Example
White with #ACD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD064; }
p { color: rgb(172,208,100); }
H1.HeaderClassName
{
color: #ACD064;
}
.AnyTagClassName
{
color: #ACD064;
}
</style>
background-color css
<style>
a { background-color: #ACD064; }
a { background-color: rgb(172,208,100); }
div.DivClassName
{
background-color: #ACD064;
}
.BgClassName
{
background-color: #ACD064;
}
</style>
border-color css
<style>
span { border-color: #ACD064; }
span { border-color: rgb(172,208,100); }
td.TdClassName
{
border-color: #ACD064;
}
.TagClassName
{
border-color: #ACD064;
}
</style>