Shades of Conifer #A2D452
Tints of Conifer #A2D452
RGB
CMYK
RGB Variations
Color information
#A2D452 (or 0xA2D452) is known color: Conifer. HEX triplet: A2, D4 and 52. RGB value is (162,212,82). Sum of RGB (Red+Green+Blue) = 162+212+82=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D452 is #5D2BAD. Grayscale: #B6B6B6. Windows color (decimal): -6106030 or 5428386. OLE color: 5428386.
HSL color Cylindrical-coordinate representation of color #A2D452: hue angle of 83.08º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2D452 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 82 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.17 |
| HSL | 83.08º | 0.6% | 0.58% | - |
| HSV(B) | 83.08º | 0.61% | 0.83% | - |
| XYZ | 39.97 | 55.38 | 16.57 | - |
| YUV | 182.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 82 | 0.24 | 0 | 0.61 | 0.17 | 83.08 | 0.6 | 0.58 |
| Hex | A2 | D4 | 52 | 18 | 0 | 3D | 11 | 53 | 3C | 3A |
| Octal | 242 | 324 | 122 | 30 | 0 | 75 | 21 | 123 | 74 | 72 |
| Binary | 10100010 | 11010100 | 1010010 | 11000 | 0 | 111101 | 10001 | 1010011 | 111100 | 111010 |
Color Harmonies of #A2D452
Complementary color
Monochromatic Colors of #A2D452
Black with #A2D452
Text Example
Text Example
White with #A2D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D452; }
p { color: rgb(162,212,82); }
H1.HeaderClassName
{
color: #A2D452;
}
.AnyTagClassName
{
color: #A2D452;
}
</style>
background-color css
<style>
a { background-color: #A2D452; }
a { background-color: rgb(162,212,82); }
div.DivClassName
{
background-color: #A2D452;
}
.BgClassName
{
background-color: #A2D452;
}
</style>
border-color css
<style>
span { border-color: #A2D452; }
span { border-color: rgb(162,212,82); }
td.TdClassName
{
border-color: #A2D452;
}
.TagClassName
{
border-color: #A2D452;
}
</style>