Shades of Conifer #ACD747
Tints of Conifer #ACD747
RGB
CMYK
RGB Variations
Color information
#ACD747 (or 0xACD747) is known color: Conifer. HEX triplet: AC, D7 and 47. RGB value is (172,215,71). Sum of RGB (Red+Green+Blue) = 172+215+71=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD747 is #5328B8. Grayscale: #BABABA. Windows color (decimal): -5449913 or 4708268. OLE color: 4708268.
HSL color Cylindrical-coordinate representation of color #ACD747: hue angle of 77.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD747 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 71 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.16 |
| HSL | 77.92º | 0.64% | 0.56% | - |
| HSV(B) | 77.92º | 0.67% | 0.84% | - |
| XYZ | 42.45 | 57.83 | 14.89 | - |
| YUV | 185.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 71 | 0.2 | 0 | 0.67 | 0.16 | 77.92 | 0.64 | 0.56 |
| Hex | AC | D7 | 47 | 14 | 0 | 43 | 10 | 4E | 40 | 38 |
| Octal | 254 | 327 | 107 | 24 | 0 | 103 | 20 | 116 | 100 | 70 |
| Binary | 10101100 | 11010111 | 1000111 | 10100 | 0 | 1000011 | 10000 | 1001110 | 1000000 | 111000 |
Color Harmonies of #ACD747
Complementary color
Monochromatic Colors of #ACD747
Black with #ACD747
Text Example
Text Example
White with #ACD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD747; }
p { color: rgb(172,215,71); }
H1.HeaderClassName
{
color: #ACD747;
}
.AnyTagClassName
{
color: #ACD747;
}
</style>
background-color css
<style>
a { background-color: #ACD747; }
a { background-color: rgb(172,215,71); }
div.DivClassName
{
background-color: #ACD747;
}
.BgClassName
{
background-color: #ACD747;
}
</style>
border-color css
<style>
span { border-color: #ACD747; }
span { border-color: rgb(172,215,71); }
td.TdClassName
{
border-color: #ACD747;
}
.TagClassName
{
border-color: #ACD747;
}
</style>