Shades of Conifer #A2D262
Tints of Conifer #A2D262
RGB
CMYK
RGB Variations
Color information
#A2D262 (or 0xA2D262) is known color: Conifer. HEX triplet: A2, D2 and 62. RGB value is (162,210,98). Sum of RGB (Red+Green+Blue) = 162+210+98=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D262 is #5D2D9D. Grayscale: #B7B7B7. Windows color (decimal): -6106526 or 6476450. OLE color: 6476450.
HSL color Cylindrical-coordinate representation of color #A2D262: hue angle of 85.71º 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 #A2D262 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 98 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.18 |
| HSL | 85.71º | 0.55% | 0.6% | - |
| HSV(B) | 85.71º | 0.53% | 0.82% | - |
| XYZ | 40.15 | 54.66 | 19.99 | - |
| YUV | 182.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 98 | 0.23 | 0 | 0.53 | 0.18 | 85.71 | 0.55 | 0.6 |
| Hex | A2 | D2 | 62 | 17 | 0 | 35 | 12 | 56 | 37 | 3C |
| Octal | 242 | 322 | 142 | 27 | 0 | 65 | 22 | 126 | 67 | 74 |
| Binary | 10100010 | 11010010 | 1100010 | 10111 | 0 | 110101 | 10010 | 1010110 | 110111 | 111100 |
Color Harmonies of #A2D262
Complementary color
Monochromatic Colors of #A2D262
Black with #A2D262
Text Example
Text Example
White with #A2D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D262; }
p { color: rgb(162,210,98); }
H1.HeaderClassName
{
color: #A2D262;
}
.AnyTagClassName
{
color: #A2D262;
}
</style>
background-color css
<style>
a { background-color: #A2D262; }
a { background-color: rgb(162,210,98); }
div.DivClassName
{
background-color: #A2D262;
}
.BgClassName
{
background-color: #A2D262;
}
</style>
border-color css
<style>
span { border-color: #A2D262; }
span { border-color: rgb(162,210,98); }
td.TdClassName
{
border-color: #A2D262;
}
.TagClassName
{
border-color: #A2D262;
}
</style>