Shades of Conifer #A1D061
Tints of Conifer #A1D061
RGB
CMYK
RGB Variations
Color information
#A1D061 (or 0xA1D061) is known color: Conifer. HEX triplet: A1, D0 and 61. RGB value is (161,208,97). Sum of RGB (Red+Green+Blue) = 161+208+97=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D061 is #5E2F9E. Grayscale: #B5B5B5. Windows color (decimal): -6172575 or 6410401. OLE color: 6410401.
HSL color Cylindrical-coordinate representation of color #A1D061: hue angle of 85.41º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1D061 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 97 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.18 |
| HSL | 85.41º | 0.54% | 0.6% | - |
| HSV(B) | 85.41º | 0.53% | 0.82% | - |
| XYZ | 39.41 | 53.55 | 19.57 | - |
| YUV | 181.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 97 | 0.23 | 0 | 0.53 | 0.18 | 85.41 | 0.54 | 0.6 |
| Hex | A1 | D0 | 61 | 17 | 0 | 35 | 12 | 55 | 36 | 3C |
| Octal | 241 | 320 | 141 | 27 | 0 | 65 | 22 | 125 | 66 | 74 |
| Binary | 10100001 | 11010000 | 1100001 | 10111 | 0 | 110101 | 10010 | 1010101 | 110110 | 111100 |
Color Harmonies of #A1D061
Complementary color
Monochromatic Colors of #A1D061
Black with #A1D061
Text Example
Text Example
White with #A1D061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D061; }
p { color: rgb(161,208,97); }
H1.HeaderClassName
{
color: #A1D061;
}
.AnyTagClassName
{
color: #A1D061;
}
</style>
background-color css
<style>
a { background-color: #A1D061; }
a { background-color: rgb(161,208,97); }
div.DivClassName
{
background-color: #A1D061;
}
.BgClassName
{
background-color: #A1D061;
}
</style>
border-color css
<style>
span { border-color: #A1D061; }
span { border-color: rgb(161,208,97); }
td.TdClassName
{
border-color: #A1D061;
}
.TagClassName
{
border-color: #A1D061;
}
</style>