Shades of Olivine #A3C363
Tints of Olivine #A3C363
RGB
CMYK
RGB Variations
Color information
#A3C363 (or 0xA3C363) is known color: Olivine. HEX triplet: A3, C3 and 63. RGB value is (163,195,99). Sum of RGB (Red+Green+Blue) = 163+195+99=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C363 is #5C3C9C. Grayscale: #AEAEAE. Windows color (decimal): -6044829 or 6538147. OLE color: 6538147.
HSL color Cylindrical-coordinate representation of color #A3C363: hue angle of 80º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3C363 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 99 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.24 |
| HSL | 80º | 0.44% | 0.58% | - |
| HSV(B) | 80º | 0.49% | 0.76% | - |
| XYZ | 36.87 | 47.72 | 19.07 | - |
| YUV | 174.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 99 | 0.16 | 0 | 0.49 | 0.24 | 80 | 0.44 | 0.58 |
| Hex | A3 | C3 | 63 | 10 | 0 | 31 | 18 | 50 | 2C | 3A |
| Octal | 243 | 303 | 143 | 20 | 0 | 61 | 30 | 120 | 54 | 72 |
| Binary | 10100011 | 11000011 | 1100011 | 10000 | 0 | 110001 | 11000 | 1010000 | 101100 | 111010 |
Color Harmonies of #A3C363
Complementary color
Monochromatic Colors of #A3C363
Black with #A3C363
Text Example
Text Example
White with #A3C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C363; }
p { color: rgb(163,195,99); }
H1.HeaderClassName
{
color: #A3C363;
}
.AnyTagClassName
{
color: #A3C363;
}
</style>
background-color css
<style>
a { background-color: #A3C363; }
a { background-color: rgb(163,195,99); }
div.DivClassName
{
background-color: #A3C363;
}
.BgClassName
{
background-color: #A3C363;
}
</style>
border-color css
<style>
span { border-color: #A3C363; }
span { border-color: rgb(163,195,99); }
td.TdClassName
{
border-color: #A3C363;
}
.TagClassName
{
border-color: #A3C363;
}
</style>