Shades of Conifer #A2D85C
Tints of Conifer #A2D85C
RGB
CMYK
RGB Variations
Color information
#A2D85C (or 0xA2D85C) is known color: Conifer. HEX triplet: A2, D8 and 5C. RGB value is (162,216,92). Sum of RGB (Red+Green+Blue) = 162+216+92=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D85C is #5D27A3. Grayscale: #BABABA. Windows color (decimal): -6104996 or 6084770. OLE color: 6084770.
HSL color Cylindrical-coordinate representation of color #A2D85C: hue angle of 86.13º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D85C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 92 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.15 |
| HSL | 86.13º | 0.61% | 0.6% | - |
| HSV(B) | 86.13º | 0.57% | 0.85% | - |
| XYZ | 41.39 | 57.57 | 19.06 | - |
| YUV | 185.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 92 | 0.25 | 0 | 0.57 | 0.15 | 86.13 | 0.61 | 0.6 |
| Hex | A2 | D8 | 5C | 19 | 0 | 39 | F | 56 | 3D | 3C |
| Octal | 242 | 330 | 134 | 31 | 0 | 71 | 17 | 126 | 75 | 74 |
| Binary | 10100010 | 11011000 | 1011100 | 11001 | 0 | 111001 | 1111 | 1010110 | 111101 | 111100 |
Color Harmonies of #A2D85C
Complementary color
Monochromatic Colors of #A2D85C
Black with #A2D85C
Text Example
Text Example
White with #A2D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D85C; }
p { color: rgb(162,216,92); }
H1.HeaderClassName
{
color: #A2D85C;
}
.AnyTagClassName
{
color: #A2D85C;
}
</style>
background-color css
<style>
a { background-color: #A2D85C; }
a { background-color: rgb(162,216,92); }
div.DivClassName
{
background-color: #A2D85C;
}
.BgClassName
{
background-color: #A2D85C;
}
</style>
border-color css
<style>
span { border-color: #A2D85C; }
span { border-color: rgb(162,216,92); }
td.TdClassName
{
border-color: #A2D85C;
}
.TagClassName
{
border-color: #A2D85C;
}
</style>