Shades of Conifer #A2E65E
Tints of Conifer #A2E65E
RGB
CMYK
RGB Variations
Color information
#A2E65E (or 0xA2E65E) is known color: Conifer. HEX triplet: A2, E6 and 5E. RGB value is (162,230,94). Sum of RGB (Red+Green+Blue) = 162+230+94=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E65E is #5D19A1. Grayscale: #C2C2C2. Windows color (decimal): -6101410 or 6219426. OLE color: 6219426.
HSL color Cylindrical-coordinate representation of color #A2E65E: hue angle of 90º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E65E is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 94 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.10 |
| HSL | 90º | 0.73% | 0.64% | - |
| HSV(B) | 90º | 0.59% | 0.9% | - |
| XYZ | 45.22 | 65.08 | 20.77 | - |
| YUV | 194.16 | 71.47 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 94 | 0.30 | 0 | 0.59 | 0.10 | 90 | 0.73 | 0.64 |
| Hex | A2 | E6 | 5E | 1E | 0 | 3B | A | 5A | 49 | 40 |
| Octal | 242 | 346 | 136 | 36 | 0 | 73 | 12 | 132 | 111 | 100 |
| Binary | 10100010 | 11100110 | 1011110 | 11110 | 0 | 111011 | 1010 | 1011010 | 1001001 | 1000000 |
Color Harmonies of #A2E65E
Complementary color
Monochromatic Colors of #A2E65E
Black with #A2E65E
Text Example
Text Example
White with #A2E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E65E; }
p { color: rgb(162,230,94); }
H1.HeaderClassName
{
color: #A2E65E;
}
.AnyTagClassName
{
color: #A2E65E;
}
</style>
background-color css
<style>
a { background-color: #A2E65E; }
a { background-color: rgb(162,230,94); }
div.DivClassName
{
background-color: #A2E65E;
}
.BgClassName
{
background-color: #A2E65E;
}
</style>
border-color css
<style>
span { border-color: #A2E65E; }
span { border-color: rgb(162,230,94); }
td.TdClassName
{
border-color: #A2E65E;
}
.TagClassName
{
border-color: #A2E65E;
}
</style>