Shades of Conifer #A2D258
Tints of Conifer #A2D258
RGB
CMYK
RGB Variations
Color information
#A2D258 (or 0xA2D258) is known color: Conifer. HEX triplet: A2, D2 and 58. RGB value is (162,210,88). Sum of RGB (Red+Green+Blue) = 162+210+88=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D258 is #5D2DA7. Grayscale: #B6B6B6. Windows color (decimal): -6106536 or 5821090. OLE color: 5821090.
HSL color Cylindrical-coordinate representation of color #A2D258: hue angle of 83.61º degrees, saturation: 0.58, 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 #A2D258 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 88 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.18 |
| HSL | 83.61º | 0.58% | 0.58% | - |
| HSV(B) | 83.61º | 0.58% | 0.82% | - |
| XYZ | 39.71 | 54.48 | 17.66 | - |
| YUV | 181.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 88 | 0.23 | 0 | 0.58 | 0.18 | 83.61 | 0.58 | 0.58 |
| Hex | A2 | D2 | 58 | 17 | 0 | 3A | 12 | 54 | 3A | 3A |
| Octal | 242 | 322 | 130 | 27 | 0 | 72 | 22 | 124 | 72 | 72 |
| Binary | 10100010 | 11010010 | 1011000 | 10111 | 0 | 111010 | 10010 | 1010100 | 111010 | 111010 |
Color Harmonies of #A2D258
Complementary color
Monochromatic Colors of #A2D258
Black with #A2D258
Text Example
Text Example
White with #A2D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D258; }
p { color: rgb(162,210,88); }
H1.HeaderClassName
{
color: #A2D258;
}
.AnyTagClassName
{
color: #A2D258;
}
</style>
background-color css
<style>
a { background-color: #A2D258; }
a { background-color: rgb(162,210,88); }
div.DivClassName
{
background-color: #A2D258;
}
.BgClassName
{
background-color: #A2D258;
}
</style>
border-color css
<style>
span { border-color: #A2D258; }
span { border-color: rgb(162,210,88); }
td.TdClassName
{
border-color: #A2D258;
}
.TagClassName
{
border-color: #A2D258;
}
</style>