Shades of Conifer #ACD165
Tints of Conifer #ACD165
RGB
CMYK
RGB Variations
Color information
#ACD165 (or 0xACD165) is known color: Conifer. HEX triplet: AC, D1 and 65. RGB value is (172,209,101). Sum of RGB (Red+Green+Blue) = 172+209+101=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD165 is #532E9A. Grayscale: #BABABA. Windows color (decimal): -5451419 or 6672812. OLE color: 6672812.
HSL color Cylindrical-coordinate representation of color #ACD165: hue angle of 80.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACD165 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 101 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.18 |
| HSL | 80.56º | 0.54% | 0.61% | - |
| HSV(B) | 80.56º | 0.52% | 0.82% | - |
| XYZ | 42.16 | 55.31 | 20.77 | - |
| YUV | 185.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 101 | 0.18 | 0 | 0.52 | 0.18 | 80.56 | 0.54 | 0.61 |
| Hex | AC | D1 | 65 | 12 | 0 | 34 | 12 | 51 | 36 | 3D |
| Octal | 254 | 321 | 145 | 22 | 0 | 64 | 22 | 121 | 66 | 75 |
| Binary | 10101100 | 11010001 | 1100101 | 10010 | 0 | 110100 | 10010 | 1010001 | 110110 | 111101 |
Color Harmonies of #ACD165
Complementary color
Monochromatic Colors of #ACD165
Black with #ACD165
Text Example
Text Example
White with #ACD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD165; }
p { color: rgb(172,209,101); }
H1.HeaderClassName
{
color: #ACD165;
}
.AnyTagClassName
{
color: #ACD165;
}
</style>
background-color css
<style>
a { background-color: #ACD165; }
a { background-color: rgb(172,209,101); }
div.DivClassName
{
background-color: #ACD165;
}
.BgClassName
{
background-color: #ACD165;
}
</style>
border-color css
<style>
span { border-color: #ACD165; }
span { border-color: rgb(172,209,101); }
td.TdClassName
{
border-color: #ACD165;
}
.TagClassName
{
border-color: #ACD165;
}
</style>