Shades of Conifer #A2E95B
Tints of Conifer #A2E95B
RGB
CMYK
RGB Variations
Color information
#A2E95B (or 0xA2E95B) is known color: Conifer. HEX triplet: A2, E9 and 5B. RGB value is (162,233,91). Sum of RGB (Red+Green+Blue) = 162+233+91=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E95B is #5D16A4. Grayscale: #C4C4C4. Windows color (decimal): -6100645 or 6023586. OLE color: 6023586.
HSL color Cylindrical-coordinate representation of color #A2E95B: hue angle of 90º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E95B is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 91 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.09 |
| HSL | 90º | 0.76% | 0.64% | - |
| HSV(B) | 90º | 0.61% | 0.91% | - |
| XYZ | 45.93 | 66.71 | 20.35 | - |
| YUV | 195.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 91 | 0.30 | 0 | 0.61 | 0.09 | 90 | 0.76 | 0.64 |
| Hex | A2 | E9 | 5B | 1E | 0 | 3D | 9 | 5A | 4C | 40 |
| Octal | 242 | 351 | 133 | 36 | 0 | 75 | 11 | 132 | 114 | 100 |
| Binary | 10100010 | 11101001 | 1011011 | 11110 | 0 | 111101 | 1001 | 1011010 | 1001100 | 1000000 |
Color Harmonies of #A2E95B
Complementary color
Monochromatic Colors of #A2E95B
Black with #A2E95B
Text Example
Text Example
White with #A2E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E95B; }
p { color: rgb(162,233,91); }
H1.HeaderClassName
{
color: #A2E95B;
}
.AnyTagClassName
{
color: #A2E95B;
}
</style>
background-color css
<style>
a { background-color: #A2E95B; }
a { background-color: rgb(162,233,91); }
div.DivClassName
{
background-color: #A2E95B;
}
.BgClassName
{
background-color: #A2E95B;
}
</style>
border-color css
<style>
span { border-color: #A2E95B; }
span { border-color: rgb(162,233,91); }
td.TdClassName
{
border-color: #A2E95B;
}
.TagClassName
{
border-color: #A2E95B;
}
</style>