Shades of Olivine #A3C17A
Tints of Olivine #A3C17A
RGB
CMYK
RGB Variations
Color information
#A3C17A (or 0xA3C17A) is known color: Olivine. HEX triplet: A3, C1 and 7A. RGB value is (163,193,122). Sum of RGB (Red+Green+Blue) = 163+193+122=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C17A is #5C3E85. Grayscale: #B0B0B0. Windows color (decimal): -6045318 or 8044963. OLE color: 8044963.
HSL color Cylindrical-coordinate representation of color #A3C17A: hue angle of 85.35º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C17A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 122 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.24 |
| HSL | 85.35º | 0.36% | 0.62% | - |
| HSV(B) | 85.35º | 0.37% | 0.76% | - |
| XYZ | 37.69 | 47.33 | 25.56 | - |
| YUV | 175.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 122 | 0.16 | 0 | 0.37 | 0.24 | 85.35 | 0.36 | 0.62 |
| Hex | A3 | C1 | 7A | 10 | 0 | 25 | 18 | 55 | 24 | 3E |
| Octal | 243 | 301 | 172 | 20 | 0 | 45 | 30 | 125 | 44 | 76 |
| Binary | 10100011 | 11000001 | 1111010 | 10000 | 0 | 100101 | 11000 | 1010101 | 100100 | 111110 |
Color Harmonies of #A3C17A
Complementary color
Monochromatic Colors of #A3C17A
Black with #A3C17A
Text Example
Text Example
White with #A3C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C17A; }
p { color: rgb(163,193,122); }
H1.HeaderClassName
{
color: #A3C17A;
}
.AnyTagClassName
{
color: #A3C17A;
}
</style>
background-color css
<style>
a { background-color: #A3C17A; }
a { background-color: rgb(163,193,122); }
div.DivClassName
{
background-color: #A3C17A;
}
.BgClassName
{
background-color: #A3C17A;
}
</style>
border-color css
<style>
span { border-color: #A3C17A; }
span { border-color: rgb(163,193,122); }
td.TdClassName
{
border-color: #A3C17A;
}
.TagClassName
{
border-color: #A3C17A;
}
</style>