Shades of Olivine #A4C178
Tints of Olivine #A4C178
RGB
CMYK
RGB Variations
Color information
#A4C178 (or 0xA4C178) is known color: Olivine. HEX triplet: A4, C1 and 78. RGB value is (164,193,120). Sum of RGB (Red+Green+Blue) = 164+193+120=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C178 is #5B3E87. Grayscale: #B0B0B0. Windows color (decimal): -5979784 or 7913892. OLE color: 7913892.
HSL color Cylindrical-coordinate representation of color #A4C178: hue angle of 83.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4C178 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 120 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.24 |
| HSL | 83.84º | 0.37% | 0.61% | - |
| HSV(B) | 83.84º | 0.38% | 0.76% | - |
| XYZ | 37.77 | 47.39 | 24.93 | - |
| YUV | 176.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 120 | 0.15 | 0 | 0.38 | 0.24 | 83.84 | 0.37 | 0.61 |
| Hex | A4 | C1 | 78 | F | 0 | 26 | 18 | 54 | 25 | 3D |
| Octal | 244 | 301 | 170 | 17 | 0 | 46 | 30 | 124 | 45 | 75 |
| Binary | 10100100 | 11000001 | 1111000 | 1111 | 0 | 100110 | 11000 | 1010100 | 100101 | 111101 |
Color Harmonies of #A4C178
Complementary color
Monochromatic Colors of #A4C178
Black with #A4C178
Text Example
Text Example
White with #A4C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C178; }
p { color: rgb(164,193,120); }
H1.HeaderClassName
{
color: #A4C178;
}
.AnyTagClassName
{
color: #A4C178;
}
</style>
background-color css
<style>
a { background-color: #A4C178; }
a { background-color: rgb(164,193,120); }
div.DivClassName
{
background-color: #A4C178;
}
.BgClassName
{
background-color: #A4C178;
}
</style>
border-color css
<style>
span { border-color: #A4C178; }
span { border-color: rgb(164,193,120); }
td.TdClassName
{
border-color: #A4C178;
}
.TagClassName
{
border-color: #A4C178;
}
</style>