Shades of Olivine #A3C17E
Tints of Olivine #A3C17E
RGB
CMYK
RGB Variations
Color information
#A3C17E (or 0xA3C17E) is known color: Olivine. HEX triplet: A3, C1 and 7E. RGB value is (163,193,126). Sum of RGB (Red+Green+Blue) = 163+193+126=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C17E is #5C3E81. Grayscale: #B0B0B0. Windows color (decimal): -6045314 or 8307107. OLE color: 8307107.
HSL color Cylindrical-coordinate representation of color #A3C17E: hue angle of 86.87º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3C17E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 126 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.24 |
| HSL | 86.87º | 0.35% | 0.63% | - |
| HSV(B) | 86.87º | 0.35% | 0.76% | - |
| XYZ | 37.94 | 47.43 | 26.89 | - |
| YUV | 176.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 126 | 0.16 | 0 | 0.35 | 0.24 | 86.87 | 0.35 | 0.63 |
| Hex | A3 | C1 | 7E | 10 | 0 | 23 | 18 | 57 | 23 | 3F |
| Octal | 243 | 301 | 176 | 20 | 0 | 43 | 30 | 127 | 43 | 77 |
| Binary | 10100011 | 11000001 | 1111110 | 10000 | 0 | 100011 | 11000 | 1010111 | 100011 | 111111 |
Color Harmonies of #A3C17E
Complementary color
Monochromatic Colors of #A3C17E
Black with #A3C17E
Text Example
Text Example
White with #A3C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C17E; }
p { color: rgb(163,193,126); }
H1.HeaderClassName
{
color: #A3C17E;
}
.AnyTagClassName
{
color: #A3C17E;
}
</style>
background-color css
<style>
a { background-color: #A3C17E; }
a { background-color: rgb(163,193,126); }
div.DivClassName
{
background-color: #A3C17E;
}
.BgClassName
{
background-color: #A3C17E;
}
</style>
border-color css
<style>
span { border-color: #A3C17E; }
span { border-color: rgb(163,193,126); }
td.TdClassName
{
border-color: #A3C17E;
}
.TagClassName
{
border-color: #A3C17E;
}
</style>