Shades of Conifer #A1D160
Tints of Conifer #A1D160
RGB
CMYK
RGB Variations
Color information
#A1D160 (or 0xA1D160) is known color: Conifer. HEX triplet: A1, D1 and 60. RGB value is (161,209,96). Sum of RGB (Red+Green+Blue) = 161+209+96=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D160 is #5E2E9F. Grayscale: #B6B6B6. Windows color (decimal): -6172320 or 6345121. OLE color: 6345121.
HSL color Cylindrical-coordinate representation of color #A1D160: hue angle of 85.49º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D160 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 96 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.18 |
| HSL | 85.49º | 0.55% | 0.6% | - |
| HSV(B) | 85.49º | 0.54% | 0.82% | - |
| XYZ | 39.61 | 54.02 | 19.41 | - |
| YUV | 181.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 96 | 0.23 | 0 | 0.54 | 0.18 | 85.49 | 0.55 | 0.6 |
| Hex | A1 | D1 | 60 | 17 | 0 | 36 | 12 | 55 | 37 | 3C |
| Octal | 241 | 321 | 140 | 27 | 0 | 66 | 22 | 125 | 67 | 74 |
| Binary | 10100001 | 11010001 | 1100000 | 10111 | 0 | 110110 | 10010 | 1010101 | 110111 | 111100 |
Color Harmonies of #A1D160
Complementary color
Monochromatic Colors of #A1D160
Black with #A1D160
Text Example
Text Example
White with #A1D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D160; }
p { color: rgb(161,209,96); }
H1.HeaderClassName
{
color: #A1D160;
}
.AnyTagClassName
{
color: #A1D160;
}
</style>
background-color css
<style>
a { background-color: #A1D160; }
a { background-color: rgb(161,209,96); }
div.DivClassName
{
background-color: #A1D160;
}
.BgClassName
{
background-color: #A1D160;
}
</style>
border-color css
<style>
span { border-color: #A1D160; }
span { border-color: rgb(161,209,96); }
td.TdClassName
{
border-color: #A1D160;
}
.TagClassName
{
border-color: #A1D160;
}
</style>