Shades of Conifer #A2E646
Tints of Conifer #A2E646
RGB
CMYK
RGB Variations
Color information
#A2E646 (or 0xA2E646) is known color: Conifer. HEX triplet: A2, E6 and 46. RGB value is (162,230,70). Sum of RGB (Red+Green+Blue) = 162+230+70=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E646 is #5D19B9. Grayscale: #BFBFBF. Windows color (decimal): -6101434 or 4646562. OLE color: 4646562.
HSL color Cylindrical-coordinate representation of color #A2E646: hue angle of 85.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2E646 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 70 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.10 |
| HSL | 85.5º | 0.76% | 0.59% | - |
| HSV(B) | 85.5º | 0.7% | 0.9% | - |
| XYZ | 44.3 | 64.72 | 15.95 | - |
| YUV | 191.43 | 59.47 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 70 | 0.30 | 0 | 0.70 | 0.10 | 85.5 | 0.76 | 0.59 |
| Hex | A2 | E6 | 46 | 1E | 0 | 46 | A | 56 | 4C | 3B |
| Octal | 242 | 346 | 106 | 36 | 0 | 106 | 12 | 126 | 114 | 73 |
| Binary | 10100010 | 11100110 | 1000110 | 11110 | 0 | 1000110 | 1010 | 1010110 | 1001100 | 111011 |
Color Harmonies of #A2E646
Complementary color
Monochromatic Colors of #A2E646
Black with #A2E646
Text Example
Text Example
White with #A2E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E646; }
p { color: rgb(162,230,70); }
H1.HeaderClassName
{
color: #A2E646;
}
.AnyTagClassName
{
color: #A2E646;
}
</style>
background-color css
<style>
a { background-color: #A2E646; }
a { background-color: rgb(162,230,70); }
div.DivClassName
{
background-color: #A2E646;
}
.BgClassName
{
background-color: #A2E646;
}
</style>
border-color css
<style>
span { border-color: #A2E646; }
span { border-color: rgb(162,230,70); }
td.TdClassName
{
border-color: #A2E646;
}
.TagClassName
{
border-color: #A2E646;
}
</style>