Shades of Conifer #A2D25E
Tints of Conifer #A2D25E
RGB
CMYK
RGB Variations
Color information
#A2D25E (or 0xA2D25E) is known color: Conifer. HEX triplet: A2, D2 and 5E. RGB value is (162,210,94). Sum of RGB (Red+Green+Blue) = 162+210+94=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D25E is #5D2DA1. Grayscale: #B6B6B6. Windows color (decimal): -6106530 or 6214306. OLE color: 6214306.
HSL color Cylindrical-coordinate representation of color #A2D25E: hue angle of 84.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D25E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 94 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.18 |
| HSL | 84.83º | 0.56% | 0.6% | - |
| HSV(B) | 84.83º | 0.55% | 0.82% | - |
| XYZ | 39.97 | 54.58 | 19.02 | - |
| YUV | 182.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 94 | 0.23 | 0 | 0.55 | 0.18 | 84.83 | 0.56 | 0.6 |
| Hex | A2 | D2 | 5E | 17 | 0 | 37 | 12 | 55 | 38 | 3C |
| Octal | 242 | 322 | 136 | 27 | 0 | 67 | 22 | 125 | 70 | 74 |
| Binary | 10100010 | 11010010 | 1011110 | 10111 | 0 | 110111 | 10010 | 1010101 | 111000 | 111100 |
Color Harmonies of #A2D25E
Complementary color
Monochromatic Colors of #A2D25E
Black with #A2D25E
Text Example
Text Example
White with #A2D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D25E; }
p { color: rgb(162,210,94); }
H1.HeaderClassName
{
color: #A2D25E;
}
.AnyTagClassName
{
color: #A2D25E;
}
</style>
background-color css
<style>
a { background-color: #A2D25E; }
a { background-color: rgb(162,210,94); }
div.DivClassName
{
background-color: #A2D25E;
}
.BgClassName
{
background-color: #A2D25E;
}
</style>
border-color css
<style>
span { border-color: #A2D25E; }
span { border-color: rgb(162,210,94); }
td.TdClassName
{
border-color: #A2D25E;
}
.TagClassName
{
border-color: #A2D25E;
}
</style>