Shades of Olivine #A3C57C
Tints of Olivine #A3C57C
RGB
CMYK
RGB Variations
Color information
#A3C57C (or 0xA3C57C) is known color: Olivine. HEX triplet: A3, C5 and 7C. RGB value is (163,197,124). Sum of RGB (Red+Green+Blue) = 163+197+124=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C57C is #5C3A83. Grayscale: #B2B2B2. Windows color (decimal): -6044292 or 8177059. OLE color: 8177059.
HSL color Cylindrical-coordinate representation of color #A3C57C: hue angle of 87.95º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C57C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 124 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.23 |
| HSL | 87.95º | 0.39% | 0.63% | - |
| HSV(B) | 87.95º | 0.37% | 0.77% | - |
| XYZ | 38.71 | 49.17 | 26.52 | - |
| YUV | 178.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 124 | 0.17 | 0 | 0.37 | 0.23 | 87.95 | 0.39 | 0.63 |
| Hex | A3 | C5 | 7C | 11 | 0 | 25 | 17 | 58 | 27 | 3F |
| Octal | 243 | 305 | 174 | 21 | 0 | 45 | 27 | 130 | 47 | 77 |
| Binary | 10100011 | 11000101 | 1111100 | 10001 | 0 | 100101 | 10111 | 1011000 | 100111 | 111111 |
Color Harmonies of #A3C57C
Complementary color
Monochromatic Colors of #A3C57C
Black with #A3C57C
Text Example
Text Example
White with #A3C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C57C; }
p { color: rgb(163,197,124); }
H1.HeaderClassName
{
color: #A3C57C;
}
.AnyTagClassName
{
color: #A3C57C;
}
</style>
background-color css
<style>
a { background-color: #A3C57C; }
a { background-color: rgb(163,197,124); }
div.DivClassName
{
background-color: #A3C57C;
}
.BgClassName
{
background-color: #A3C57C;
}
</style>
border-color css
<style>
span { border-color: #A3C57C; }
span { border-color: rgb(163,197,124); }
td.TdClassName
{
border-color: #A3C57C;
}
.TagClassName
{
border-color: #A3C57C;
}
</style>