Shades of Olivine #A3C15E
Tints of Olivine #A3C15E
RGB
CMYK
RGB Variations
Color information
#A3C15E (or 0xA3C15E) is known color: Olivine. HEX triplet: A3, C1 and 5E. RGB value is (163,193,94). Sum of RGB (Red+Green+Blue) = 163+193+94=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C15E is #5C3EA1. Grayscale: #ADADAD. Windows color (decimal): -6045346 or 6209955. OLE color: 6209955.
HSL color Cylindrical-coordinate representation of color #A3C15E: hue angle of 78.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3C15E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 94 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.24 |
| HSL | 78.18º | 0.44% | 0.56% | - |
| HSV(B) | 78.18º | 0.51% | 0.76% | - |
| XYZ | 36.19 | 46.73 | 17.7 | - |
| YUV | 172.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 94 | 0.16 | 0 | 0.51 | 0.24 | 78.18 | 0.44 | 0.56 |
| Hex | A3 | C1 | 5E | 10 | 0 | 33 | 18 | 4E | 2C | 38 |
| Octal | 243 | 301 | 136 | 20 | 0 | 63 | 30 | 116 | 54 | 70 |
| Binary | 10100011 | 11000001 | 1011110 | 10000 | 0 | 110011 | 11000 | 1001110 | 101100 | 111000 |
Color Harmonies of #A3C15E
Complementary color
Monochromatic Colors of #A3C15E
Black with #A3C15E
Text Example
Text Example
White with #A3C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C15E; }
p { color: rgb(163,193,94); }
H1.HeaderClassName
{
color: #A3C15E;
}
.AnyTagClassName
{
color: #A3C15E;
}
</style>
background-color css
<style>
a { background-color: #A3C15E; }
a { background-color: rgb(163,193,94); }
div.DivClassName
{
background-color: #A3C15E;
}
.BgClassName
{
background-color: #A3C15E;
}
</style>
border-color css
<style>
span { border-color: #A3C15E; }
span { border-color: rgb(163,193,94); }
td.TdClassName
{
border-color: #A3C15E;
}
.TagClassName
{
border-color: #A3C15E;
}
</style>