Shades of Conifer #A2D15D
Tints of Conifer #A2D15D
RGB
CMYK
RGB Variations
Color information
#A2D15D (or 0xA2D15D) is known color: Conifer. HEX triplet: A2, D1 and 5D. RGB value is (162,209,93). Sum of RGB (Red+Green+Blue) = 162+209+93=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15D is #5D2EA2. Grayscale: #B6B6B6. Windows color (decimal): -6106787 or 6148514. OLE color: 6148514.
HSL color Cylindrical-coordinate representation of color #A2D15D: hue angle of 84.31º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D15D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 93 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.18 |
| HSL | 84.31º | 0.56% | 0.59% | - |
| HSV(B) | 84.31º | 0.56% | 0.82% | - |
| XYZ | 39.68 | 54.07 | 18.7 | - |
| YUV | 181.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 93 | 0.22 | 0 | 0.56 | 0.18 | 84.31 | 0.56 | 0.59 |
| Hex | A2 | D1 | 5D | 16 | 0 | 38 | 12 | 54 | 38 | 3B |
| Octal | 242 | 321 | 135 | 26 | 0 | 70 | 22 | 124 | 70 | 73 |
| Binary | 10100010 | 11010001 | 1011101 | 10110 | 0 | 111000 | 10010 | 1010100 | 111000 | 111011 |
Color Harmonies of #A2D15D
Complementary color
Monochromatic Colors of #A2D15D
Black with #A2D15D
Text Example
Text Example
White with #A2D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D15D; }
p { color: rgb(162,209,93); }
H1.HeaderClassName
{
color: #A2D15D;
}
.AnyTagClassName
{
color: #A2D15D;
}
</style>
background-color css
<style>
a { background-color: #A2D15D; }
a { background-color: rgb(162,209,93); }
div.DivClassName
{
background-color: #A2D15D;
}
.BgClassName
{
background-color: #A2D15D;
}
</style>
border-color css
<style>
span { border-color: #A2D15D; }
span { border-color: rgb(162,209,93); }
td.TdClassName
{
border-color: #A2D15D;
}
.TagClassName
{
border-color: #A2D15D;
}
</style>