Shades of Olivine #A1C179
Tints of Olivine #A1C179
RGB
CMYK
RGB Variations
Color information
#A1C179 (or 0xA1C179) is known color: Olivine. HEX triplet: A1, C1 and 79. RGB value is (161,193,121). Sum of RGB (Red+Green+Blue) = 161+193+121=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C179 is #5E3E86. Grayscale: #AFAFAF. Windows color (decimal): -6176391 or 7979425. OLE color: 7979425.
HSL color Cylindrical-coordinate representation of color #A1C179: hue angle of 86.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C179 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 121 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.24 |
| HSL | 86.67º | 0.37% | 0.62% | - |
| HSV(B) | 86.67º | 0.37% | 0.76% | - |
| XYZ | 37.22 | 47.1 | 25.22 | - |
| YUV | 175.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 121 | 0.17 | 0 | 0.37 | 0.24 | 86.67 | 0.37 | 0.62 |
| Hex | A1 | C1 | 79 | 11 | 0 | 25 | 18 | 57 | 25 | 3E |
| Octal | 241 | 301 | 171 | 21 | 0 | 45 | 30 | 127 | 45 | 76 |
| Binary | 10100001 | 11000001 | 1111001 | 10001 | 0 | 100101 | 11000 | 1010111 | 100101 | 111110 |
Color Harmonies of #A1C179
Complementary color
Monochromatic Colors of #A1C179
Black with #A1C179
Text Example
Text Example
White with #A1C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C179; }
p { color: rgb(161,193,121); }
H1.HeaderClassName
{
color: #A1C179;
}
.AnyTagClassName
{
color: #A1C179;
}
</style>
background-color css
<style>
a { background-color: #A1C179; }
a { background-color: rgb(161,193,121); }
div.DivClassName
{
background-color: #A1C179;
}
.BgClassName
{
background-color: #A1C179;
}
</style>
border-color css
<style>
span { border-color: #A1C179; }
span { border-color: rgb(161,193,121); }
td.TdClassName
{
border-color: #A1C179;
}
.TagClassName
{
border-color: #A1C179;
}
</style>