Shades of Conifer #A2D852
Tints of Conifer #A2D852
RGB
CMYK
RGB Variations
Color information
#A2D852 (or 0xA2D852) is known color: Conifer. HEX triplet: A2, D8 and 52. RGB value is (162,216,82). Sum of RGB (Red+Green+Blue) = 162+216+82=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D852 is #5D27AD. Grayscale: #B9B9B9. Windows color (decimal): -6105006 or 5429410. OLE color: 5429410.
HSL color Cylindrical-coordinate representation of color #A2D852: hue angle of 84.18º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2D852 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.15 |
| HSL | 84.18º | 0.63% | 0.58% | - |
| HSV(B) | 84.18º | 0.62% | 0.85% | - |
| XYZ | 40.98 | 57.4 | 16.9 | - |
| YUV | 184.58 | 70.11 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 82 | 0.25 | 0 | 0.62 | 0.15 | 84.18 | 0.63 | 0.58 |
| Hex | A2 | D8 | 52 | 19 | 0 | 3E | F | 54 | 3F | 3A |
| Octal | 242 | 330 | 122 | 31 | 0 | 76 | 17 | 124 | 77 | 72 |
| Binary | 10100010 | 11011000 | 1010010 | 11001 | 0 | 111110 | 1111 | 1010100 | 111111 | 111010 |
Color Harmonies of #A2D852
Complementary color
Monochromatic Colors of #A2D852
Black with #A2D852
Text Example
Text Example
White with #A2D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D852; }
p { color: rgb(162,216,82); }
H1.HeaderClassName
{
color: #A2D852;
}
.AnyTagClassName
{
color: #A2D852;
}
</style>
background-color css
<style>
a { background-color: #A2D852; }
a { background-color: rgb(162,216,82); }
div.DivClassName
{
background-color: #A2D852;
}
.BgClassName
{
background-color: #A2D852;
}
</style>
border-color css
<style>
span { border-color: #A2D852; }
span { border-color: rgb(162,216,82); }
td.TdClassName
{
border-color: #A2D852;
}
.TagClassName
{
border-color: #A2D852;
}
</style>