Shades of Olivine #A3C56E
Tints of Olivine #A3C56E
RGB
CMYK
RGB Variations
Color information
#A3C56E (or 0xA3C56E) is known color: Olivine. HEX triplet: A3, C5 and 6E. RGB value is (163,197,110). Sum of RGB (Red+Green+Blue) = 163+197+110=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C56E is #5C3A91. Grayscale: #B1B1B1. Windows color (decimal): -6044306 or 7259555. OLE color: 7259555.
HSL color Cylindrical-coordinate representation of color #A3C56E: hue angle of 83.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3C56E is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 110 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.23 |
| HSL | 83.45º | 0.43% | 0.6% | - |
| HSV(B) | 83.45º | 0.44% | 0.77% | - |
| XYZ | 37.88 | 48.84 | 22.18 | - |
| YUV | 176.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 110 | 0.17 | 0 | 0.44 | 0.23 | 83.45 | 0.43 | 0.6 |
| Hex | A3 | C5 | 6E | 11 | 0 | 2C | 17 | 53 | 2B | 3C |
| Octal | 243 | 305 | 156 | 21 | 0 | 54 | 27 | 123 | 53 | 74 |
| Binary | 10100011 | 11000101 | 1101110 | 10001 | 0 | 101100 | 10111 | 1010011 | 101011 | 111100 |
Color Harmonies of #A3C56E
Complementary color
Monochromatic Colors of #A3C56E
Black with #A3C56E
Text Example
Text Example
White with #A3C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C56E; }
p { color: rgb(163,197,110); }
H1.HeaderClassName
{
color: #A3C56E;
}
.AnyTagClassName
{
color: #A3C56E;
}
</style>
background-color css
<style>
a { background-color: #A3C56E; }
a { background-color: rgb(163,197,110); }
div.DivClassName
{
background-color: #A3C56E;
}
.BgClassName
{
background-color: #A3C56E;
}
</style>
border-color css
<style>
span { border-color: #A3C56E; }
span { border-color: rgb(163,197,110); }
td.TdClassName
{
border-color: #A3C56E;
}
.TagClassName
{
border-color: #A3C56E;
}
</style>