Shades of Conifer #A3E063
Tints of Conifer #A3E063
RGB
CMYK
RGB Variations
Color information
#A3E063 (or 0xA3E063) is known color: Conifer. HEX triplet: A3, E0 and 63. RGB value is (163,224,99). Sum of RGB (Red+Green+Blue) = 163+224+99=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E063 is #5C1F9C. Grayscale: #BFBFBF. Windows color (decimal): -6037405 or 6545571. OLE color: 6545571.
HSL color Cylindrical-coordinate representation of color #A3E063: hue angle of 89.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3E063 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 99 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.12 |
| HSL | 89.28º | 0.67% | 0.63% | - |
| HSV(B) | 89.28º | 0.56% | 0.88% | - |
| XYZ | 44.01 | 62 | 21.45 | - |
| YUV | 191.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 99 | 0.27 | 0 | 0.56 | 0.12 | 89.28 | 0.67 | 0.63 |
| Hex | A3 | E0 | 63 | 1B | 0 | 38 | C | 59 | 43 | 3F |
| Octal | 243 | 340 | 143 | 33 | 0 | 70 | 14 | 131 | 103 | 77 |
| Binary | 10100011 | 11100000 | 1100011 | 11011 | 0 | 111000 | 1100 | 1011001 | 1000011 | 111111 |
Color Harmonies of #A3E063
Complementary color
Monochromatic Colors of #A3E063
Black with #A3E063
Text Example
Text Example
White with #A3E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E063; }
p { color: rgb(163,224,99); }
H1.HeaderClassName
{
color: #A3E063;
}
.AnyTagClassName
{
color: #A3E063;
}
</style>
background-color css
<style>
a { background-color: #A3E063; }
a { background-color: rgb(163,224,99); }
div.DivClassName
{
background-color: #A3E063;
}
.BgClassName
{
background-color: #A3E063;
}
</style>
border-color css
<style>
span { border-color: #A3E063; }
span { border-color: rgb(163,224,99); }
td.TdClassName
{
border-color: #A3E063;
}
.TagClassName
{
border-color: #A3E063;
}
</style>