Shades of Olivine #A3C464
Tints of Olivine #A3C464
RGB
CMYK
RGB Variations
Color information
#A3C464 (or 0xA3C464) is known color: Olivine. HEX triplet: A3, C4 and 64. RGB value is (163,196,100). Sum of RGB (Red+Green+Blue) = 163+196+100=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C464 is #5C3B9B. Grayscale: #AFAFAF. Windows color (decimal): -6044572 or 6603939. OLE color: 6603939.
HSL color Cylindrical-coordinate representation of color #A3C464: hue angle of 80.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3C464 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 100 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.23 |
| HSL | 80.63º | 0.45% | 0.58% | - |
| HSV(B) | 80.63º | 0.49% | 0.77% | - |
| XYZ | 37.14 | 48.19 | 19.4 | - |
| YUV | 175.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 100 | 0.17 | 0 | 0.49 | 0.23 | 80.63 | 0.45 | 0.58 |
| Hex | A3 | C4 | 64 | 11 | 0 | 31 | 17 | 51 | 2D | 3A |
| Octal | 243 | 304 | 144 | 21 | 0 | 61 | 27 | 121 | 55 | 72 |
| Binary | 10100011 | 11000100 | 1100100 | 10001 | 0 | 110001 | 10111 | 1010001 | 101101 | 111010 |
Color Harmonies of #A3C464
Complementary color
Monochromatic Colors of #A3C464
Black with #A3C464
Text Example
Text Example
White with #A3C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C464; }
p { color: rgb(163,196,100); }
H1.HeaderClassName
{
color: #A3C464;
}
.AnyTagClassName
{
color: #A3C464;
}
</style>
background-color css
<style>
a { background-color: #A3C464; }
a { background-color: rgb(163,196,100); }
div.DivClassName
{
background-color: #A3C464;
}
.BgClassName
{
background-color: #A3C464;
}
</style>
border-color css
<style>
span { border-color: #A3C464; }
span { border-color: rgb(163,196,100); }
td.TdClassName
{
border-color: #A3C464;
}
.TagClassName
{
border-color: #A3C464;
}
</style>