Shades of Conifer #A1D362
Tints of Conifer #A1D362
RGB
CMYK
RGB Variations
Color information
#A1D362 (or 0xA1D362) is known color: Conifer. HEX triplet: A1, D3 and 62. RGB value is (161,211,98). Sum of RGB (Red+Green+Blue) = 161+211+98=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D362 is #5E2C9D. Grayscale: #B7B7B7. Windows color (decimal): -6171806 or 6476705. OLE color: 6476705.
HSL color Cylindrical-coordinate representation of color #A1D362: hue angle of 86.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D362 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 98 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.17 |
| HSL | 86.55º | 0.56% | 0.61% | - |
| HSV(B) | 86.55º | 0.54% | 0.83% | - |
| XYZ | 40.2 | 55.05 | 20.06 | - |
| YUV | 183.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 98 | 0.24 | 0 | 0.54 | 0.17 | 86.55 | 0.56 | 0.61 |
| Hex | A1 | D3 | 62 | 18 | 0 | 36 | 11 | 57 | 38 | 3D |
| Octal | 241 | 323 | 142 | 30 | 0 | 66 | 21 | 127 | 70 | 75 |
| Binary | 10100001 | 11010011 | 1100010 | 11000 | 0 | 110110 | 10001 | 1010111 | 111000 | 111101 |
Color Harmonies of #A1D362
Complementary color
Monochromatic Colors of #A1D362
Black with #A1D362
Text Example
Text Example
White with #A1D362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D362; }
p { color: rgb(161,211,98); }
H1.HeaderClassName
{
color: #A1D362;
}
.AnyTagClassName
{
color: #A1D362;
}
</style>
background-color css
<style>
a { background-color: #A1D362; }
a { background-color: rgb(161,211,98); }
div.DivClassName
{
background-color: #A1D362;
}
.BgClassName
{
background-color: #A1D362;
}
</style>
border-color css
<style>
span { border-color: #A1D362; }
span { border-color: rgb(161,211,98); }
td.TdClassName
{
border-color: #A1D362;
}
.TagClassName
{
border-color: #A1D362;
}
</style>