Shades of Conifer #A2D75D
Tints of Conifer #A2D75D
RGB
CMYK
RGB Variations
Color information
#A2D75D (or 0xA2D75D) is known color: Conifer. HEX triplet: A2, D7 and 5D. RGB value is (162,215,93). Sum of RGB (Red+Green+Blue) = 162+215+93=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D75D is #5D28A2. Grayscale: #B9B9B9. Windows color (decimal): -6105251 or 6150050. OLE color: 6150050.
HSL color Cylindrical-coordinate representation of color #A2D75D: hue angle of 86.07º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D75D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 93 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.16 |
| HSL | 86.07º | 0.6% | 0.6% | - |
| HSV(B) | 86.07º | 0.57% | 0.84% | - |
| XYZ | 41.18 | 57.07 | 19.2 | - |
| YUV | 185.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 93 | 0.25 | 0 | 0.57 | 0.16 | 86.07 | 0.6 | 0.6 |
| Hex | A2 | D7 | 5D | 19 | 0 | 39 | 10 | 56 | 3C | 3C |
| Octal | 242 | 327 | 135 | 31 | 0 | 71 | 20 | 126 | 74 | 74 |
| Binary | 10100010 | 11010111 | 1011101 | 11001 | 0 | 111001 | 10000 | 1010110 | 111100 | 111100 |
Color Harmonies of #A2D75D
Complementary color
Monochromatic Colors of #A2D75D
Black with #A2D75D
Text Example
Text Example
White with #A2D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D75D; }
p { color: rgb(162,215,93); }
H1.HeaderClassName
{
color: #A2D75D;
}
.AnyTagClassName
{
color: #A2D75D;
}
</style>
background-color css
<style>
a { background-color: #A2D75D; }
a { background-color: rgb(162,215,93); }
div.DivClassName
{
background-color: #A2D75D;
}
.BgClassName
{
background-color: #A2D75D;
}
</style>
border-color css
<style>
span { border-color: #A2D75D; }
span { border-color: rgb(162,215,93); }
td.TdClassName
{
border-color: #A2D75D;
}
.TagClassName
{
border-color: #A2D75D;
}
</style>