Shades of Olivine #A3C65E
Tints of Olivine #A3C65E
RGB
CMYK
RGB Variations
Color information
#A3C65E (or 0xA3C65E) is known color: Olivine. HEX triplet: A3, C6 and 5E. RGB value is (163,198,94). Sum of RGB (Red+Green+Blue) = 163+198+94=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C65E is #5C39A1. Grayscale: #B0B0B0. Windows color (decimal): -6044066 or 6211235. OLE color: 6211235.
HSL color Cylindrical-coordinate representation of color #A3C65E: hue angle of 80.19º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3C65E is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 94 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.22 |
| HSL | 80.19º | 0.48% | 0.57% | - |
| HSV(B) | 80.19º | 0.53% | 0.78% | - |
| XYZ | 37.32 | 48.98 | 18.08 | - |
| YUV | 175.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 94 | 0.18 | 0 | 0.53 | 0.22 | 80.19 | 0.48 | 0.57 |
| Hex | A3 | C6 | 5E | 12 | 0 | 35 | 16 | 50 | 30 | 39 |
| Octal | 243 | 306 | 136 | 22 | 0 | 65 | 26 | 120 | 60 | 71 |
| Binary | 10100011 | 11000110 | 1011110 | 10010 | 0 | 110101 | 10110 | 1010000 | 110000 | 111001 |
Color Harmonies of #A3C65E
Complementary color
Monochromatic Colors of #A3C65E
Black with #A3C65E
Text Example
Text Example
White with #A3C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C65E; }
p { color: rgb(163,198,94); }
H1.HeaderClassName
{
color: #A3C65E;
}
.AnyTagClassName
{
color: #A3C65E;
}
</style>
background-color css
<style>
a { background-color: #A3C65E; }
a { background-color: rgb(163,198,94); }
div.DivClassName
{
background-color: #A3C65E;
}
.BgClassName
{
background-color: #A3C65E;
}
</style>
border-color css
<style>
span { border-color: #A3C65E; }
span { border-color: rgb(163,198,94); }
td.TdClassName
{
border-color: #A3C65E;
}
.TagClassName
{
border-color: #A3C65E;
}
</style>