Shades of Conifer #A2D360
Tints of Conifer #A2D360
RGB
CMYK
RGB Variations
Color information
#A2D360 (or 0xA2D360) is known color: Conifer. HEX triplet: A2, D3 and 60. RGB value is (162,211,96). Sum of RGB (Red+Green+Blue) = 162+211+96=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D360 is #5D2C9F. Grayscale: #B7B7B7. Windows color (decimal): -6106272 or 6345634. OLE color: 6345634.
HSL color Cylindrical-coordinate representation of color #A2D360: hue angle of 85.57º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D360 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 96 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.17 |
| HSL | 85.57º | 0.57% | 0.6% | - |
| HSV(B) | 85.57º | 0.55% | 0.83% | - |
| XYZ | 40.31 | 55.11 | 19.58 | - |
| YUV | 183.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 96 | 0.23 | 0 | 0.55 | 0.17 | 85.57 | 0.57 | 0.6 |
| Hex | A2 | D3 | 60 | 17 | 0 | 37 | 11 | 56 | 39 | 3C |
| Octal | 242 | 323 | 140 | 27 | 0 | 67 | 21 | 126 | 71 | 74 |
| Binary | 10100010 | 11010011 | 1100000 | 10111 | 0 | 110111 | 10001 | 1010110 | 111001 | 111100 |
Color Harmonies of #A2D360
Complementary color
Monochromatic Colors of #A2D360
Black with #A2D360
Text Example
Text Example
White with #A2D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D360; }
p { color: rgb(162,211,96); }
H1.HeaderClassName
{
color: #A2D360;
}
.AnyTagClassName
{
color: #A2D360;
}
</style>
background-color css
<style>
a { background-color: #A2D360; }
a { background-color: rgb(162,211,96); }
div.DivClassName
{
background-color: #A2D360;
}
.BgClassName
{
background-color: #A2D360;
}
</style>
border-color css
<style>
span { border-color: #A2D360; }
span { border-color: rgb(162,211,96); }
td.TdClassName
{
border-color: #A2D360;
}
.TagClassName
{
border-color: #A2D360;
}
</style>