Shades of Olivine #A3C864
Tints of Olivine #A3C864
RGB
CMYK
RGB Variations
Color information
#A3C864 (or 0xA3C864) is known color: Olivine. HEX triplet: A3, C8 and 64. RGB value is (163,200,100). Sum of RGB (Red+Green+Blue) = 163+200+100=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C864 is #5C379B. Grayscale: #B1B1B1. Windows color (decimal): -6043548 or 6604963. OLE color: 6604963.
HSL color Cylindrical-coordinate representation of color #A3C864: hue angle of 82.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3C864 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 100 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.22 |
| HSL | 82.2º | 0.48% | 0.59% | - |
| HSV(B) | 82.2º | 0.5% | 0.78% | - |
| XYZ | 38.06 | 50.02 | 19.7 | - |
| YUV | 177.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 100 | 0.18 | 0 | 0.5 | 0.22 | 82.2 | 0.48 | 0.59 |
| Hex | A3 | C8 | 64 | 12 | 0 | 32 | 16 | 52 | 30 | 3B |
| Octal | 243 | 310 | 144 | 22 | 0 | 62 | 26 | 122 | 60 | 73 |
| Binary | 10100011 | 11001000 | 1100100 | 10010 | 0 | 110010 | 10110 | 1010010 | 110000 | 111011 |
Color Harmonies of #A3C864
Complementary color
Monochromatic Colors of #A3C864
Black with #A3C864
Text Example
Text Example
White with #A3C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C864; }
p { color: rgb(163,200,100); }
H1.HeaderClassName
{
color: #A3C864;
}
.AnyTagClassName
{
color: #A3C864;
}
</style>
background-color css
<style>
a { background-color: #A3C864; }
a { background-color: rgb(163,200,100); }
div.DivClassName
{
background-color: #A3C864;
}
.BgClassName
{
background-color: #A3C864;
}
</style>
border-color css
<style>
span { border-color: #A3C864; }
span { border-color: rgb(163,200,100); }
td.TdClassName
{
border-color: #A3C864;
}
.TagClassName
{
border-color: #A3C864;
}
</style>