Shades of Conifer #A2D158
Tints of Conifer #A2D158
RGB
CMYK
RGB Variations
Color information
#A2D158 (or 0xA2D158) is known color: Conifer. HEX triplet: A2, D1 and 58. RGB value is (162,209,88). Sum of RGB (Red+Green+Blue) = 162+209+88=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D158 is #5D2EA7. Grayscale: #B5B5B5. Windows color (decimal): -6106792 or 5820834. OLE color: 5820834.
HSL color Cylindrical-coordinate representation of color #A2D158: hue angle of 83.31º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2D158 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 88 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.18 |
| HSL | 83.31º | 0.57% | 0.58% | - |
| HSV(B) | 83.31º | 0.58% | 0.82% | - |
| XYZ | 39.46 | 53.99 | 17.57 | - |
| YUV | 181.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 88 | 0.22 | 0 | 0.58 | 0.18 | 83.31 | 0.57 | 0.58 |
| Hex | A2 | D1 | 58 | 16 | 0 | 3A | 12 | 53 | 39 | 3A |
| Octal | 242 | 321 | 130 | 26 | 0 | 72 | 22 | 123 | 71 | 72 |
| Binary | 10100010 | 11010001 | 1011000 | 10110 | 0 | 111010 | 10010 | 1010011 | 111001 | 111010 |
Color Harmonies of #A2D158
Complementary color
Monochromatic Colors of #A2D158
Black with #A2D158
Text Example
Text Example
White with #A2D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D158; }
p { color: rgb(162,209,88); }
H1.HeaderClassName
{
color: #A2D158;
}
.AnyTagClassName
{
color: #A2D158;
}
</style>
background-color css
<style>
a { background-color: #A2D158; }
a { background-color: rgb(162,209,88); }
div.DivClassName
{
background-color: #A2D158;
}
.BgClassName
{
background-color: #A2D158;
}
</style>
border-color css
<style>
span { border-color: #A2D158; }
span { border-color: rgb(162,209,88); }
td.TdClassName
{
border-color: #A2D158;
}
.TagClassName
{
border-color: #A2D158;
}
</style>