Shades of Conifer #A2D652
Tints of Conifer #A2D652
RGB
CMYK
RGB Variations
Color information
#A2D652 (or 0xA2D652) is known color: Conifer. HEX triplet: A2, D6 and 52. RGB value is (162,214,82). Sum of RGB (Red+Green+Blue) = 162+214+82=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D652 is #5D29AD. Grayscale: #B7B7B7. Windows color (decimal): -6105518 or 5428898. OLE color: 5428898.
HSL color Cylindrical-coordinate representation of color #A2D652: hue angle of 83.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2D652 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 82 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.16 |
| HSL | 83.64º | 0.62% | 0.58% | - |
| HSV(B) | 83.64º | 0.62% | 0.84% | - |
| XYZ | 40.47 | 56.38 | 16.73 | - |
| YUV | 183.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 82 | 0.24 | 0 | 0.62 | 0.16 | 83.64 | 0.62 | 0.58 |
| Hex | A2 | D6 | 52 | 18 | 0 | 3E | 10 | 54 | 3E | 3A |
| Octal | 242 | 326 | 122 | 30 | 0 | 76 | 20 | 124 | 76 | 72 |
| Binary | 10100010 | 11010110 | 1010010 | 11000 | 0 | 111110 | 10000 | 1010100 | 111110 | 111010 |
Color Harmonies of #A2D652
Complementary color
Monochromatic Colors of #A2D652
Black with #A2D652
Text Example
Text Example
White with #A2D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D652; }
p { color: rgb(162,214,82); }
H1.HeaderClassName
{
color: #A2D652;
}
.AnyTagClassName
{
color: #A2D652;
}
</style>
background-color css
<style>
a { background-color: #A2D652; }
a { background-color: rgb(162,214,82); }
div.DivClassName
{
background-color: #A2D652;
}
.BgClassName
{
background-color: #A2D652;
}
</style>
border-color css
<style>
span { border-color: #A2D652; }
span { border-color: rgb(162,214,82); }
td.TdClassName
{
border-color: #A2D652;
}
.TagClassName
{
border-color: #A2D652;
}
</style>