Shades of Conifer #A1D861
Tints of Conifer #A1D861
RGB
CMYK
RGB Variations
Color information
#A1D861 (or 0xA1D861) is known color: Conifer. HEX triplet: A1, D8 and 61. RGB value is (161,216,97). Sum of RGB (Red+Green+Blue) = 161+216+97=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D861 is #5E279E. Grayscale: #BABABA. Windows color (decimal): -6170527 or 6412449. OLE color: 6412449.
HSL color Cylindrical-coordinate representation of color #A1D861: hue angle of 87.73º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1D861 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 97 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.15 |
| HSL | 87.73º | 0.6% | 0.61% | - |
| HSV(B) | 87.73º | 0.55% | 0.85% | - |
| XYZ | 41.41 | 57.55 | 20.24 | - |
| YUV | 185.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 97 | 0.25 | 0 | 0.55 | 0.15 | 87.73 | 0.6 | 0.61 |
| Hex | A1 | D8 | 61 | 19 | 0 | 37 | F | 58 | 3C | 3D |
| Octal | 241 | 330 | 141 | 31 | 0 | 67 | 17 | 130 | 74 | 75 |
| Binary | 10100001 | 11011000 | 1100001 | 11001 | 0 | 110111 | 1111 | 1011000 | 111100 | 111101 |
Color Harmonies of #A1D861
Complementary color
Monochromatic Colors of #A1D861
Black with #A1D861
Text Example
Text Example
White with #A1D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D861; }
p { color: rgb(161,216,97); }
H1.HeaderClassName
{
color: #A1D861;
}
.AnyTagClassName
{
color: #A1D861;
}
</style>
background-color css
<style>
a { background-color: #A1D861; }
a { background-color: rgb(161,216,97); }
div.DivClassName
{
background-color: #A1D861;
}
.BgClassName
{
background-color: #A1D861;
}
</style>
border-color css
<style>
span { border-color: #A1D861; }
span { border-color: rgb(161,216,97); }
td.TdClassName
{
border-color: #A1D861;
}
.TagClassName
{
border-color: #A1D861;
}
</style>