Shades of Conifer #A2D757
Tints of Conifer #A2D757
RGB
CMYK
RGB Variations
Color information
#A2D757 (or 0xA2D757) is known color: Conifer. HEX triplet: A2, D7 and 57. RGB value is (162,215,87). Sum of RGB (Red+Green+Blue) = 162+215+87=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D757 is #5D28A8. Grayscale: #B9B9B9. Windows color (decimal): -6105257 or 5756834. OLE color: 5756834.
HSL color Cylindrical-coordinate representation of color #A2D757: hue angle of 84.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D757 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 87 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.16 |
| HSL | 84.84º | 0.62% | 0.59% | - |
| HSV(B) | 84.84º | 0.6% | 0.84% | - |
| XYZ | 40.92 | 56.97 | 17.86 | - |
| YUV | 184.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 87 | 0.25 | 0 | 0.60 | 0.16 | 84.84 | 0.62 | 0.59 |
| Hex | A2 | D7 | 57 | 19 | 0 | 3C | 10 | 55 | 3E | 3B |
| Octal | 242 | 327 | 127 | 31 | 0 | 74 | 20 | 125 | 76 | 73 |
| Binary | 10100010 | 11010111 | 1010111 | 11001 | 0 | 111100 | 10000 | 1010101 | 111110 | 111011 |
Color Harmonies of #A2D757
Complementary color
Monochromatic Colors of #A2D757
Black with #A2D757
Text Example
Text Example
White with #A2D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D757; }
p { color: rgb(162,215,87); }
H1.HeaderClassName
{
color: #A2D757;
}
.AnyTagClassName
{
color: #A2D757;
}
</style>
background-color css
<style>
a { background-color: #A2D757; }
a { background-color: rgb(162,215,87); }
div.DivClassName
{
background-color: #A2D757;
}
.BgClassName
{
background-color: #A2D757;
}
</style>
border-color css
<style>
span { border-color: #A2D757; }
span { border-color: rgb(162,215,87); }
td.TdClassName
{
border-color: #A2D757;
}
.TagClassName
{
border-color: #A2D757;
}
</style>