Shades of Conifer #A2E350
Tints of Conifer #A2E350
RGB
CMYK
RGB Variations
Color information
#A2E350 (or 0xA2E350) is known color: Conifer. HEX triplet: A2, E3 and 50. RGB value is (162,227,80). Sum of RGB (Red+Green+Blue) = 162+227+80=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E350 is #5D1CAF. Grayscale: #BFBFBF. Windows color (decimal): -6102192 or 5301154. OLE color: 5301154.
HSL color Cylindrical-coordinate representation of color #A2E350: hue angle of 86.53º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2E350 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 80 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.11 |
| HSL | 86.53º | 0.72% | 0.6% | - |
| HSV(B) | 86.53º | 0.65% | 0.89% | - |
| XYZ | 43.82 | 63.2 | 17.48 | - |
| YUV | 190.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 80 | 0.29 | 0 | 0.65 | 0.11 | 86.53 | 0.72 | 0.6 |
| Hex | A2 | E3 | 50 | 1D | 0 | 41 | B | 57 | 48 | 3C |
| Octal | 242 | 343 | 120 | 35 | 0 | 101 | 13 | 127 | 110 | 74 |
| Binary | 10100010 | 11100011 | 1010000 | 11101 | 0 | 1000001 | 1011 | 1010111 | 1001000 | 111100 |
Color Harmonies of #A2E350
Complementary color
Monochromatic Colors of #A2E350
Black with #A2E350
Text Example
Text Example
White with #A2E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E350; }
p { color: rgb(162,227,80); }
H1.HeaderClassName
{
color: #A2E350;
}
.AnyTagClassName
{
color: #A2E350;
}
</style>
background-color css
<style>
a { background-color: #A2E350; }
a { background-color: rgb(162,227,80); }
div.DivClassName
{
background-color: #A2E350;
}
.BgClassName
{
background-color: #A2E350;
}
</style>
border-color css
<style>
span { border-color: #A2E350; }
span { border-color: rgb(162,227,80); }
td.TdClassName
{
border-color: #A2E350;
}
.TagClassName
{
border-color: #A2E350;
}
</style>