Shades of Olivine #A3C574
Tints of Olivine #A3C574
RGB
CMYK
RGB Variations
Color information
#A3C574 (or 0xA3C574) is known color: Olivine. HEX triplet: A3, C5 and 74. RGB value is (163,197,116). Sum of RGB (Red+Green+Blue) = 163+197+116=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C574 is #5C3A8B. Grayscale: #B1B1B1. Windows color (decimal): -6044300 or 7652771. OLE color: 7652771.
HSL color Cylindrical-coordinate representation of color #A3C574: hue angle of 85.19º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3C574 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 116 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.23 |
| HSL | 85.19º | 0.41% | 0.61% | - |
| HSV(B) | 85.19º | 0.41% | 0.77% | - |
| XYZ | 38.22 | 48.98 | 23.96 | - |
| YUV | 177.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 116 | 0.17 | 0 | 0.41 | 0.23 | 85.19 | 0.41 | 0.61 |
| Hex | A3 | C5 | 74 | 11 | 0 | 29 | 17 | 55 | 29 | 3D |
| Octal | 243 | 305 | 164 | 21 | 0 | 51 | 27 | 125 | 51 | 75 |
| Binary | 10100011 | 11000101 | 1110100 | 10001 | 0 | 101001 | 10111 | 1010101 | 101001 | 111101 |
Color Harmonies of #A3C574
Complementary color
Monochromatic Colors of #A3C574
Black with #A3C574
Text Example
Text Example
White with #A3C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C574; }
p { color: rgb(163,197,116); }
H1.HeaderClassName
{
color: #A3C574;
}
.AnyTagClassName
{
color: #A3C574;
}
</style>
background-color css
<style>
a { background-color: #A3C574; }
a { background-color: rgb(163,197,116); }
div.DivClassName
{
background-color: #A3C574;
}
.BgClassName
{
background-color: #A3C574;
}
</style>
border-color css
<style>
span { border-color: #A3C574; }
span { border-color: rgb(163,197,116); }
td.TdClassName
{
border-color: #A3C574;
}
.TagClassName
{
border-color: #A3C574;
}
</style>