Shades of Conifer #A0D162
Tints of Conifer #A0D162
RGB
CMYK
RGB Variations
Color information
#A0D162 (or 0xA0D162) is known color: Conifer. HEX triplet: A0, D1 and 62. RGB value is (160,209,98). Sum of RGB (Red+Green+Blue) = 160+209+98=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D162 is #5F2E9D. Grayscale: #B6B6B6. Windows color (decimal): -6237854 or 6476192. OLE color: 6476192.
HSL color Cylindrical-coordinate representation of color #A0D162: hue angle of 86.49º degrees, saturation: 0.55, 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 #A0D162 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 98 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.18 |
| HSL | 86.49º | 0.55% | 0.6% | - |
| HSV(B) | 86.49º | 0.53% | 0.82% | - |
| XYZ | 39.5 | 53.96 | 19.89 | - |
| YUV | 181.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 98 | 0.23 | 0 | 0.53 | 0.18 | 86.49 | 0.55 | 0.6 |
| Hex | A0 | D1 | 62 | 17 | 0 | 35 | 12 | 56 | 37 | 3C |
| Octal | 240 | 321 | 142 | 27 | 0 | 65 | 22 | 126 | 67 | 74 |
| Binary | 10100000 | 11010001 | 1100010 | 10111 | 0 | 110101 | 10010 | 1010110 | 110111 | 111100 |
Color Harmonies of #A0D162
Complementary color
Monochromatic Colors of #A0D162
Black with #A0D162
Text Example
Text Example
White with #A0D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D162; }
p { color: rgb(160,209,98); }
H1.HeaderClassName
{
color: #A0D162;
}
.AnyTagClassName
{
color: #A0D162;
}
</style>
background-color css
<style>
a { background-color: #A0D162; }
a { background-color: rgb(160,209,98); }
div.DivClassName
{
background-color: #A0D162;
}
.BgClassName
{
background-color: #A0D162;
}
</style>
border-color css
<style>
span { border-color: #A0D162; }
span { border-color: rgb(160,209,98); }
td.TdClassName
{
border-color: #A0D162;
}
.TagClassName
{
border-color: #A0D162;
}
</style>