Shades of Conifer #A2D15C
Tints of Conifer #A2D15C
RGB
CMYK
RGB Variations
Color information
#A2D15C (or 0xA2D15C) is known color: Conifer. HEX triplet: A2, D1 and 5C. RGB value is (162,209,92). Sum of RGB (Red+Green+Blue) = 162+209+92=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15C is #5D2EA3. Grayscale: #B6B6B6. Windows color (decimal): -6106788 or 6082978. OLE color: 6082978.
HSL color Cylindrical-coordinate representation of color #A2D15C: hue angle of 84.1º 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 #A2D15C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 92 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.18 |
| HSL | 84.1º | 0.56% | 0.59% | - |
| HSV(B) | 84.1º | 0.56% | 0.82% | - |
| XYZ | 39.63 | 54.06 | 18.47 | - |
| YUV | 181.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 92 | 0.22 | 0 | 0.56 | 0.18 | 84.1 | 0.56 | 0.59 |
| Hex | A2 | D1 | 5C | 16 | 0 | 38 | 12 | 54 | 38 | 3B |
| Octal | 242 | 321 | 134 | 26 | 0 | 70 | 22 | 124 | 70 | 73 |
| Binary | 10100010 | 11010001 | 1011100 | 10110 | 0 | 111000 | 10010 | 1010100 | 111000 | 111011 |
Color Harmonies of #A2D15C
Complementary color
Monochromatic Colors of #A2D15C
Black with #A2D15C
Text Example
Text Example
White with #A2D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D15C; }
p { color: rgb(162,209,92); }
H1.HeaderClassName
{
color: #A2D15C;
}
.AnyTagClassName
{
color: #A2D15C;
}
</style>
background-color css
<style>
a { background-color: #A2D15C; }
a { background-color: rgb(162,209,92); }
div.DivClassName
{
background-color: #A2D15C;
}
.BgClassName
{
background-color: #A2D15C;
}
</style>
border-color css
<style>
span { border-color: #A2D15C; }
span { border-color: rgb(162,209,92); }
td.TdClassName
{
border-color: #A2D15C;
}
.TagClassName
{
border-color: #A2D15C;
}
</style>