Shades of Olivine #A3C166
Tints of Olivine #A3C166
RGB
CMYK
RGB Variations
Color information
#A3C166 (or 0xA3C166) is known color: Olivine. HEX triplet: A3, C1 and 66. RGB value is (163,193,102). Sum of RGB (Red+Green+Blue) = 163+193+102=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C166 is #5C3E99. Grayscale: #ADADAD. Windows color (decimal): -6045338 or 6734243. OLE color: 6734243.
HSL color Cylindrical-coordinate representation of color #A3C166: hue angle of 79.78º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3C166 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 102 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.24 |
| HSL | 79.78º | 0.42% | 0.58% | - |
| HSV(B) | 79.78º | 0.47% | 0.76% | - |
| XYZ | 36.57 | 46.89 | 19.69 | - |
| YUV | 173.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 102 | 0.16 | 0 | 0.47 | 0.24 | 79.78 | 0.42 | 0.58 |
| Hex | A3 | C1 | 66 | 10 | 0 | 2F | 18 | 50 | 2A | 3A |
| Octal | 243 | 301 | 146 | 20 | 0 | 57 | 30 | 120 | 52 | 72 |
| Binary | 10100011 | 11000001 | 1100110 | 10000 | 0 | 101111 | 11000 | 1010000 | 101010 | 111010 |
Color Harmonies of #A3C166
Complementary color
Monochromatic Colors of #A3C166
Black with #A3C166
Text Example
Text Example
White with #A3C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C166; }
p { color: rgb(163,193,102); }
H1.HeaderClassName
{
color: #A3C166;
}
.AnyTagClassName
{
color: #A3C166;
}
</style>
background-color css
<style>
a { background-color: #A3C166; }
a { background-color: rgb(163,193,102); }
div.DivClassName
{
background-color: #A3C166;
}
.BgClassName
{
background-color: #A3C166;
}
</style>
border-color css
<style>
span { border-color: #A3C166; }
span { border-color: rgb(163,193,102); }
td.TdClassName
{
border-color: #A3C166;
}
.TagClassName
{
border-color: #A3C166;
}
</style>