Shades of Conifer #A2E950
Tints of Conifer #A2E950
RGB
CMYK
RGB Variations
Color information
#A2E950 (or 0xA2E950) is known color: Conifer. HEX triplet: A2, E9 and 50. RGB value is (162,233,80). Sum of RGB (Red+Green+Blue) = 162+233+80=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E950 is #5D16AF. Grayscale: #C2C2C2. Windows color (decimal): -6100656 or 5302690. OLE color: 5302690.
HSL color Cylindrical-coordinate representation of color #A2E950: hue angle of 87.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2E950 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 80 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.09 |
| HSL | 87.84º | 0.78% | 0.61% | - |
| HSV(B) | 87.84º | 0.66% | 0.91% | - |
| XYZ | 45.49 | 66.54 | 18.04 | - |
| YUV | 194.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 80 | 0.30 | 0 | 0.66 | 0.09 | 87.84 | 0.78 | 0.61 |
| Hex | A2 | E9 | 50 | 1E | 0 | 42 | 9 | 58 | 4E | 3D |
| Octal | 242 | 351 | 120 | 36 | 0 | 102 | 11 | 130 | 116 | 75 |
| Binary | 10100010 | 11101001 | 1010000 | 11110 | 0 | 1000010 | 1001 | 1011000 | 1001110 | 111101 |
Color Harmonies of #A2E950
Complementary color
Monochromatic Colors of #A2E950
Black with #A2E950
Text Example
Text Example
White with #A2E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E950; }
p { color: rgb(162,233,80); }
H1.HeaderClassName
{
color: #A2E950;
}
.AnyTagClassName
{
color: #A2E950;
}
</style>
background-color css
<style>
a { background-color: #A2E950; }
a { background-color: rgb(162,233,80); }
div.DivClassName
{
background-color: #A2E950;
}
.BgClassName
{
background-color: #A2E950;
}
</style>
border-color css
<style>
span { border-color: #A2E950; }
span { border-color: rgb(162,233,80); }
td.TdClassName
{
border-color: #A2E950;
}
.TagClassName
{
border-color: #A2E950;
}
</style>