Shades of Conifer #A3E362
Tints of Conifer #A3E362
RGB
CMYK
RGB Variations
Color information
#A3E362 (or 0xA3E362) is known color: Conifer. HEX triplet: A3, E3 and 62. RGB value is (163,227,98). Sum of RGB (Red+Green+Blue) = 163+227+98=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E362 is #5C1C9D. Grayscale: #C1C1C1. Windows color (decimal): -6036638 or 6480803. OLE color: 6480803.
HSL color Cylindrical-coordinate representation of color #A3E362: hue angle of 89.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3E362 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 98 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.11 |
| HSL | 89.77º | 0.7% | 0.64% | - |
| HSV(B) | 89.77º | 0.57% | 0.89% | - |
| XYZ | 44.78 | 63.61 | 21.47 | - |
| YUV | 193.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 98 | 0.28 | 0 | 0.57 | 0.11 | 89.77 | 0.7 | 0.64 |
| Hex | A3 | E3 | 62 | 1C | 0 | 39 | B | 5A | 46 | 40 |
| Octal | 243 | 343 | 142 | 34 | 0 | 71 | 13 | 132 | 106 | 100 |
| Binary | 10100011 | 11100011 | 1100010 | 11100 | 0 | 111001 | 1011 | 1011010 | 1000110 | 1000000 |
Color Harmonies of #A3E362
Complementary color
Monochromatic Colors of #A3E362
Black with #A3E362
Text Example
Text Example
White with #A3E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E362; }
p { color: rgb(163,227,98); }
H1.HeaderClassName
{
color: #A3E362;
}
.AnyTagClassName
{
color: #A3E362;
}
</style>
background-color css
<style>
a { background-color: #A3E362; }
a { background-color: rgb(163,227,98); }
div.DivClassName
{
background-color: #A3E362;
}
.BgClassName
{
background-color: #A3E362;
}
</style>
border-color css
<style>
span { border-color: #A3E362; }
span { border-color: rgb(163,227,98); }
td.TdClassName
{
border-color: #A3E362;
}
.TagClassName
{
border-color: #A3E362;
}
</style>