Shades of Conifer #ACD765
Tints of Conifer #ACD765
RGB
CMYK
RGB Variations
Color information
#ACD765 (or 0xACD765) is known color: Conifer. HEX triplet: AC, D7 and 65. RGB value is (172,215,101). Sum of RGB (Red+Green+Blue) = 172+215+101=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD765 is #53289A. Grayscale: #BDBDBD. Windows color (decimal): -5449883 or 6674348. OLE color: 6674348.
HSL color Cylindrical-coordinate representation of color #ACD765: hue angle of 82.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD765 is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 101 | - |
| CMYK | 0.2 | 0 | 0.53 | 0.16 |
| HSL | 82.63º | 0.59% | 0.62% | - |
| HSV(B) | 82.63º | 0.53% | 0.84% | - |
| XYZ | 43.66 | 58.31 | 21.27 | - |
| YUV | 189.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 101 | 0.2 | 0 | 0.53 | 0.16 | 82.63 | 0.59 | 0.62 |
| Hex | AC | D7 | 65 | 14 | 0 | 35 | 10 | 53 | 3B | 3E |
| Octal | 254 | 327 | 145 | 24 | 0 | 65 | 20 | 123 | 73 | 76 |
| Binary | 10101100 | 11010111 | 1100101 | 10100 | 0 | 110101 | 10000 | 1010011 | 111011 | 111110 |
Color Harmonies of #ACD765
Complementary color
Monochromatic Colors of #ACD765
Black with #ACD765
Text Example
Text Example
White with #ACD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD765; }
p { color: rgb(172,215,101); }
H1.HeaderClassName
{
color: #ACD765;
}
.AnyTagClassName
{
color: #ACD765;
}
</style>
background-color css
<style>
a { background-color: #ACD765; }
a { background-color: rgb(172,215,101); }
div.DivClassName
{
background-color: #ACD765;
}
.BgClassName
{
background-color: #ACD765;
}
</style>
border-color css
<style>
span { border-color: #ACD765; }
span { border-color: rgb(172,215,101); }
td.TdClassName
{
border-color: #ACD765;
}
.TagClassName
{
border-color: #ACD765;
}
</style>