Shades of Conifer #A2D153
Tints of Conifer #A2D153
RGB
CMYK
RGB Variations
Color information
#A2D153 (or 0xA2D153) is known color: Conifer. HEX triplet: A2, D1 and 53. RGB value is (162,209,83). Sum of RGB (Red+Green+Blue) = 162+209+83=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D153 is #5D2EAC. Grayscale: #B5B5B5. Windows color (decimal): -6106797 or 5493154. OLE color: 5493154.
HSL color Cylindrical-coordinate representation of color #A2D153: hue angle of 82.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D153 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 83 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.18 |
| HSL | 82.38º | 0.58% | 0.57% | - |
| HSV(B) | 82.38º | 0.6% | 0.82% | - |
| XYZ | 39.26 | 53.91 | 16.52 | - |
| YUV | 180.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 83 | 0.22 | 0 | 0.60 | 0.18 | 82.38 | 0.58 | 0.57 |
| Hex | A2 | D1 | 53 | 16 | 0 | 3C | 12 | 52 | 3A | 39 |
| Octal | 242 | 321 | 123 | 26 | 0 | 74 | 22 | 122 | 72 | 71 |
| Binary | 10100010 | 11010001 | 1010011 | 10110 | 0 | 111100 | 10010 | 1010010 | 111010 | 111001 |
Color Harmonies of #A2D153
Complementary color
Monochromatic Colors of #A2D153
Black with #A2D153
Text Example
Text Example
White with #A2D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D153; }
p { color: rgb(162,209,83); }
H1.HeaderClassName
{
color: #A2D153;
}
.AnyTagClassName
{
color: #A2D153;
}
</style>
background-color css
<style>
a { background-color: #A2D153; }
a { background-color: rgb(162,209,83); }
div.DivClassName
{
background-color: #A2D153;
}
.BgClassName
{
background-color: #A2D153;
}
</style>
border-color css
<style>
span { border-color: #A2D153; }
span { border-color: rgb(162,209,83); }
td.TdClassName
{
border-color: #A2D153;
}
.TagClassName
{
border-color: #A2D153;
}
</style>