Shades of Conifer #A2D653
Tints of Conifer #A2D653
RGB
CMYK
RGB Variations
Color information
#A2D653 (or 0xA2D653) is known color: Conifer. HEX triplet: A2, D6 and 53. RGB value is (162,214,83). Sum of RGB (Red+Green+Blue) = 162+214+83=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D653 is #5D29AC. Grayscale: #B7B7B7. Windows color (decimal): -6105517 or 5494434. OLE color: 5494434.
HSL color Cylindrical-coordinate representation of color #A2D653: hue angle of 83.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2D653 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 83 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.16 |
| HSL | 83.82º | 0.62% | 0.58% | - |
| HSV(B) | 83.82º | 0.61% | 0.84% | - |
| XYZ | 40.51 | 56.4 | 16.93 | - |
| YUV | 183.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 83 | 0.24 | 0 | 0.61 | 0.16 | 83.82 | 0.62 | 0.58 |
| Hex | A2 | D6 | 53 | 18 | 0 | 3D | 10 | 54 | 3E | 3A |
| Octal | 242 | 326 | 123 | 30 | 0 | 75 | 20 | 124 | 76 | 72 |
| Binary | 10100010 | 11010110 | 1010011 | 11000 | 0 | 111101 | 10000 | 1010100 | 111110 | 111010 |
Color Harmonies of #A2D653
Complementary color
Monochromatic Colors of #A2D653
Black with #A2D653
Text Example
Text Example
White with #A2D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D653; }
p { color: rgb(162,214,83); }
H1.HeaderClassName
{
color: #A2D653;
}
.AnyTagClassName
{
color: #A2D653;
}
</style>
background-color css
<style>
a { background-color: #A2D653; }
a { background-color: rgb(162,214,83); }
div.DivClassName
{
background-color: #A2D653;
}
.BgClassName
{
background-color: #A2D653;
}
</style>
border-color css
<style>
span { border-color: #A2D653; }
span { border-color: rgb(162,214,83); }
td.TdClassName
{
border-color: #A2D653;
}
.TagClassName
{
border-color: #A2D653;
}
</style>