Shades of Conifer #A2D25D
Tints of Conifer #A2D25D
RGB
CMYK
RGB Variations
Color information
#A2D25D (or 0xA2D25D) is known color: Conifer. HEX triplet: A2, D2 and 5D. RGB value is (162,210,93). Sum of RGB (Red+Green+Blue) = 162+210+93=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D25D is #5D2DA2. Grayscale: #B6B6B6. Windows color (decimal): -6106531 or 6148770. OLE color: 6148770.
HSL color Cylindrical-coordinate representation of color #A2D25D: hue angle of 84.62º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D25D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 93 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.18 |
| HSL | 84.62º | 0.57% | 0.59% | - |
| HSV(B) | 84.62º | 0.56% | 0.82% | - |
| XYZ | 39.92 | 54.56 | 18.78 | - |
| YUV | 182.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 93 | 0.23 | 0 | 0.56 | 0.18 | 84.62 | 0.57 | 0.59 |
| Hex | A2 | D2 | 5D | 17 | 0 | 38 | 12 | 55 | 39 | 3B |
| Octal | 242 | 322 | 135 | 27 | 0 | 70 | 22 | 125 | 71 | 73 |
| Binary | 10100010 | 11010010 | 1011101 | 10111 | 0 | 111000 | 10010 | 1010101 | 111001 | 111011 |
Color Harmonies of #A2D25D
Complementary color
Monochromatic Colors of #A2D25D
Black with #A2D25D
Text Example
Text Example
White with #A2D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D25D; }
p { color: rgb(162,210,93); }
H1.HeaderClassName
{
color: #A2D25D;
}
.AnyTagClassName
{
color: #A2D25D;
}
</style>
background-color css
<style>
a { background-color: #A2D25D; }
a { background-color: rgb(162,210,93); }
div.DivClassName
{
background-color: #A2D25D;
}
.BgClassName
{
background-color: #A2D25D;
}
</style>
border-color css
<style>
span { border-color: #A2D25D; }
span { border-color: rgb(162,210,93); }
td.TdClassName
{
border-color: #A2D25D;
}
.TagClassName
{
border-color: #A2D25D;
}
</style>