Shades of Conifer #A2D758
Tints of Conifer #A2D758
RGB
CMYK
RGB Variations
Color information
#A2D758 (or 0xA2D758) is known color: Conifer. HEX triplet: A2, D7 and 58. RGB value is (162,215,88). Sum of RGB (Red+Green+Blue) = 162+215+88=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D758 is #5D28A7. Grayscale: #B9B9B9. Windows color (decimal): -6105256 or 5822370. OLE color: 5822370.
HSL color Cylindrical-coordinate representation of color #A2D758: hue angle of 85.04º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2D758 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 88 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.16 |
| HSL | 85.04º | 0.61% | 0.59% | - |
| HSV(B) | 85.04º | 0.59% | 0.84% | - |
| XYZ | 40.96 | 56.99 | 18.07 | - |
| YUV | 184.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 88 | 0.25 | 0 | 0.59 | 0.16 | 85.04 | 0.61 | 0.59 |
| Hex | A2 | D7 | 58 | 19 | 0 | 3B | 10 | 55 | 3D | 3B |
| Octal | 242 | 327 | 130 | 31 | 0 | 73 | 20 | 125 | 75 | 73 |
| Binary | 10100010 | 11010111 | 1011000 | 11001 | 0 | 111011 | 10000 | 1010101 | 111101 | 111011 |
Color Harmonies of #A2D758
Complementary color
Monochromatic Colors of #A2D758
Black with #A2D758
Text Example
Text Example
White with #A2D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D758; }
p { color: rgb(162,215,88); }
H1.HeaderClassName
{
color: #A2D758;
}
.AnyTagClassName
{
color: #A2D758;
}
</style>
background-color css
<style>
a { background-color: #A2D758; }
a { background-color: rgb(162,215,88); }
div.DivClassName
{
background-color: #A2D758;
}
.BgClassName
{
background-color: #A2D758;
}
</style>
border-color css
<style>
span { border-color: #A2D758; }
span { border-color: rgb(162,215,88); }
td.TdClassName
{
border-color: #A2D758;
}
.TagClassName
{
border-color: #A2D758;
}
</style>