Shades of Conifer #A2E65D
Tints of Conifer #A2E65D
RGB
CMYK
RGB Variations
Color information
#A2E65D (or 0xA2E65D) is known color: Conifer. HEX triplet: A2, E6 and 5D. RGB value is (162,230,93). Sum of RGB (Red+Green+Blue) = 162+230+93=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E65D is #5D19A2. Grayscale: #C2C2C2. Windows color (decimal): -6101411 or 6153890. OLE color: 6153890.
HSL color Cylindrical-coordinate representation of color #A2E65D: hue angle of 89.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2E65D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 93 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.10 |
| HSL | 89.78º | 0.73% | 0.63% | - |
| HSV(B) | 89.78º | 0.6% | 0.9% | - |
| XYZ | 45.17 | 65.07 | 20.53 | - |
| YUV | 194.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 93 | 0.30 | 0 | 0.60 | 0.10 | 89.78 | 0.73 | 0.63 |
| Hex | A2 | E6 | 5D | 1E | 0 | 3C | A | 5A | 49 | 3F |
| Octal | 242 | 346 | 135 | 36 | 0 | 74 | 12 | 132 | 111 | 77 |
| Binary | 10100010 | 11100110 | 1011101 | 11110 | 0 | 111100 | 1010 | 1011010 | 1001001 | 111111 |
Color Harmonies of #A2E65D
Complementary color
Monochromatic Colors of #A2E65D
Black with #A2E65D
Text Example
Text Example
White with #A2E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E65D; }
p { color: rgb(162,230,93); }
H1.HeaderClassName
{
color: #A2E65D;
}
.AnyTagClassName
{
color: #A2E65D;
}
</style>
background-color css
<style>
a { background-color: #A2E65D; }
a { background-color: rgb(162,230,93); }
div.DivClassName
{
background-color: #A2E65D;
}
.BgClassName
{
background-color: #A2E65D;
}
</style>
border-color css
<style>
span { border-color: #A2E65D; }
span { border-color: rgb(162,230,93); }
td.TdClassName
{
border-color: #A2E65D;
}
.TagClassName
{
border-color: #A2E65D;
}
</style>