Shades of Conifer #A2D35D
Tints of Conifer #A2D35D
RGB
CMYK
RGB Variations
Color information
#A2D35D (or 0xA2D35D) is known color: Conifer. HEX triplet: A2, D3 and 5D. RGB value is (162,211,93). Sum of RGB (Red+Green+Blue) = 162+211+93=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D35D is #5D2CA2. Grayscale: #B7B7B7. Windows color (decimal): -6106275 or 6149026. OLE color: 6149026.
HSL color Cylindrical-coordinate representation of color #A2D35D: hue angle of 84.92º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D35D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 93 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.17 |
| HSL | 84.92º | 0.57% | 0.6% | - |
| HSV(B) | 84.92º | 0.56% | 0.83% | - |
| XYZ | 40.17 | 55.06 | 18.87 | - |
| YUV | 182.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 93 | 0.23 | 0 | 0.56 | 0.17 | 84.92 | 0.57 | 0.6 |
| Hex | A2 | D3 | 5D | 17 | 0 | 38 | 11 | 55 | 39 | 3C |
| Octal | 242 | 323 | 135 | 27 | 0 | 70 | 21 | 125 | 71 | 74 |
| Binary | 10100010 | 11010011 | 1011101 | 10111 | 0 | 111000 | 10001 | 1010101 | 111001 | 111100 |
Color Harmonies of #A2D35D
Complementary color
Monochromatic Colors of #A2D35D
Black with #A2D35D
Text Example
Text Example
White with #A2D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D35D; }
p { color: rgb(162,211,93); }
H1.HeaderClassName
{
color: #A2D35D;
}
.AnyTagClassName
{
color: #A2D35D;
}
</style>
background-color css
<style>
a { background-color: #A2D35D; }
a { background-color: rgb(162,211,93); }
div.DivClassName
{
background-color: #A2D35D;
}
.BgClassName
{
background-color: #A2D35D;
}
</style>
border-color css
<style>
span { border-color: #A2D35D; }
span { border-color: rgb(162,211,93); }
td.TdClassName
{
border-color: #A2D35D;
}
.TagClassName
{
border-color: #A2D35D;
}
</style>