Shades of Conifer #A2D853
Tints of Conifer #A2D853
RGB
CMYK
RGB Variations
Color information
#A2D853 (or 0xA2D853) is known color: Conifer. HEX triplet: A2, D8 and 53. RGB value is (162,216,83). Sum of RGB (Red+Green+Blue) = 162+216+83=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D853 is #5D27AC. Grayscale: #B9B9B9. Windows color (decimal): -6105005 or 5494946. OLE color: 5494946.
HSL color Cylindrical-coordinate representation of color #A2D853: hue angle of 84.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2D853 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 83 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.15 |
| HSL | 84.36º | 0.63% | 0.59% | - |
| HSV(B) | 84.36º | 0.62% | 0.85% | - |
| XYZ | 41.02 | 57.42 | 17.1 | - |
| YUV | 184.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 83 | 0.25 | 0 | 0.62 | 0.15 | 84.36 | 0.63 | 0.59 |
| Hex | A2 | D8 | 53 | 19 | 0 | 3E | F | 54 | 3F | 3B |
| Octal | 242 | 330 | 123 | 31 | 0 | 76 | 17 | 124 | 77 | 73 |
| Binary | 10100010 | 11011000 | 1010011 | 11001 | 0 | 111110 | 1111 | 1010100 | 111111 | 111011 |
Color Harmonies of #A2D853
Complementary color
Monochromatic Colors of #A2D853
Black with #A2D853
Text Example
Text Example
White with #A2D853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D853; }
p { color: rgb(162,216,83); }
H1.HeaderClassName
{
color: #A2D853;
}
.AnyTagClassName
{
color: #A2D853;
}
</style>
background-color css
<style>
a { background-color: #A2D853; }
a { background-color: rgb(162,216,83); }
div.DivClassName
{
background-color: #A2D853;
}
.BgClassName
{
background-color: #A2D853;
}
</style>
border-color css
<style>
span { border-color: #A2D853; }
span { border-color: rgb(162,216,83); }
td.TdClassName
{
border-color: #A2D853;
}
.TagClassName
{
border-color: #A2D853;
}
</style>