Shades of Conifer #A2D752
Tints of Conifer #A2D752
RGB
CMYK
RGB Variations
Color information
#A2D752 (or 0xA2D752) is known color: Conifer. HEX triplet: A2, D7 and 52. RGB value is (162,215,82). Sum of RGB (Red+Green+Blue) = 162+215+82=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D752 is #5D28AD. Grayscale: #B8B8B8. Windows color (decimal): -6105262 or 5429154. OLE color: 5429154.
HSL color Cylindrical-coordinate representation of color #A2D752: hue angle of 83.91º 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 #A2D752 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.16 |
| HSL | 83.91º | 0.62% | 0.58% | - |
| HSV(B) | 83.91º | 0.62% | 0.84% | - |
| XYZ | 40.72 | 56.89 | 16.82 | - |
| YUV | 183.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 82 | 0.25 | 0 | 0.62 | 0.16 | 83.91 | 0.62 | 0.58 |
| Hex | A2 | D7 | 52 | 19 | 0 | 3E | 10 | 54 | 3E | 3A |
| Octal | 242 | 327 | 122 | 31 | 0 | 76 | 20 | 124 | 76 | 72 |
| Binary | 10100010 | 11010111 | 1010010 | 11001 | 0 | 111110 | 10000 | 1010100 | 111110 | 111010 |
Color Harmonies of #A2D752
Complementary color
Monochromatic Colors of #A2D752
Black with #A2D752
Text Example
Text Example
White with #A2D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D752; }
p { color: rgb(162,215,82); }
H1.HeaderClassName
{
color: #A2D752;
}
.AnyTagClassName
{
color: #A2D752;
}
</style>
background-color css
<style>
a { background-color: #A2D752; }
a { background-color: rgb(162,215,82); }
div.DivClassName
{
background-color: #A2D752;
}
.BgClassName
{
background-color: #A2D752;
}
</style>
border-color css
<style>
span { border-color: #A2D752; }
span { border-color: rgb(162,215,82); }
td.TdClassName
{
border-color: #A2D752;
}
.TagClassName
{
border-color: #A2D752;
}
</style>