Shades of Olivine #A3C463
Tints of Olivine #A3C463
RGB
CMYK
RGB Variations
Color information
#A3C463 (or 0xA3C463) is known color: Olivine. HEX triplet: A3, C4 and 63. RGB value is (163,196,99). Sum of RGB (Red+Green+Blue) = 163+196+99=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C463 is #5C3B9C. Grayscale: #AFAFAF. Windows color (decimal): -6044573 or 6538403. OLE color: 6538403.
HSL color Cylindrical-coordinate representation of color #A3C463: hue angle of 80.41º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3C463 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 99 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.23 |
| HSL | 80.41º | 0.45% | 0.58% | - |
| HSV(B) | 80.41º | 0.49% | 0.77% | - |
| XYZ | 37.1 | 48.17 | 19.15 | - |
| YUV | 175.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 99 | 0.17 | 0 | 0.49 | 0.23 | 80.41 | 0.45 | 0.58 |
| Hex | A3 | C4 | 63 | 11 | 0 | 31 | 17 | 50 | 2D | 3A |
| Octal | 243 | 304 | 143 | 21 | 0 | 61 | 27 | 120 | 55 | 72 |
| Binary | 10100011 | 11000100 | 1100011 | 10001 | 0 | 110001 | 10111 | 1010000 | 101101 | 111010 |
Color Harmonies of #A3C463
Complementary color
Monochromatic Colors of #A3C463
Black with #A3C463
Text Example
Text Example
White with #A3C463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C463; }
p { color: rgb(163,196,99); }
H1.HeaderClassName
{
color: #A3C463;
}
.AnyTagClassName
{
color: #A3C463;
}
</style>
background-color css
<style>
a { background-color: #A3C463; }
a { background-color: rgb(163,196,99); }
div.DivClassName
{
background-color: #A3C463;
}
.BgClassName
{
background-color: #A3C463;
}
</style>
border-color css
<style>
span { border-color: #A3C463; }
span { border-color: rgb(163,196,99); }
td.TdClassName
{
border-color: #A3C463;
}
.TagClassName
{
border-color: #A3C463;
}
</style>