Shades of Conifer #A1D662
Tints of Conifer #A1D662
RGB
CMYK
RGB Variations
Color information
#A1D662 (or 0xA1D662) is known color: Conifer. HEX triplet: A1, D6 and 62. RGB value is (161,214,98). Sum of RGB (Red+Green+Blue) = 161+214+98=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D662 is #5E299D. Grayscale: #B9B9B9. Windows color (decimal): -6171038 or 6477473. OLE color: 6477473.
HSL color Cylindrical-coordinate representation of color #A1D662: hue angle of 87.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D662 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 98 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.16 |
| HSL | 87.41º | 0.59% | 0.61% | - |
| HSV(B) | 87.41º | 0.54% | 0.84% | - |
| XYZ | 40.95 | 56.55 | 20.31 | - |
| YUV | 184.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 98 | 0.25 | 0 | 0.54 | 0.16 | 87.41 | 0.59 | 0.61 |
| Hex | A1 | D6 | 62 | 19 | 0 | 36 | 10 | 57 | 3B | 3D |
| Octal | 241 | 326 | 142 | 31 | 0 | 66 | 20 | 127 | 73 | 75 |
| Binary | 10100001 | 11010110 | 1100010 | 11001 | 0 | 110110 | 10000 | 1010111 | 111011 | 111101 |
Color Harmonies of #A1D662
Complementary color
Monochromatic Colors of #A1D662
Black with #A1D662
Text Example
Text Example
White with #A1D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D662; }
p { color: rgb(161,214,98); }
H1.HeaderClassName
{
color: #A1D662;
}
.AnyTagClassName
{
color: #A1D662;
}
</style>
background-color css
<style>
a { background-color: #A1D662; }
a { background-color: rgb(161,214,98); }
div.DivClassName
{
background-color: #A1D662;
}
.BgClassName
{
background-color: #A1D662;
}
</style>
border-color css
<style>
span { border-color: #A1D662; }
span { border-color: rgb(161,214,98); }
td.TdClassName
{
border-color: #A1D662;
}
.TagClassName
{
border-color: #A1D662;
}
</style>