Shades of Olivine #A1C177
Tints of Olivine #A1C177
RGB
CMYK
RGB Variations
Color information
#A1C177 (or 0xA1C177) is known color: Olivine. HEX triplet: A1, C1 and 77. RGB value is (161,193,119). Sum of RGB (Red+Green+Blue) = 161+193+119=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C177 is #5E3E88. Grayscale: #AFAFAF. Windows color (decimal): -6176393 or 7848353. OLE color: 7848353.
HSL color Cylindrical-coordinate representation of color #A1C177: hue angle of 85.95º 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 #A1C177 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 119 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.24 |
| HSL | 85.95º | 0.37% | 0.61% | - |
| HSV(B) | 85.95º | 0.38% | 0.76% | - |
| XYZ | 37.1 | 47.05 | 24.58 | - |
| YUV | 175 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 119 | 0.17 | 0 | 0.38 | 0.24 | 85.95 | 0.37 | 0.61 |
| Hex | A1 | C1 | 77 | 11 | 0 | 26 | 18 | 56 | 25 | 3D |
| Octal | 241 | 301 | 167 | 21 | 0 | 46 | 30 | 126 | 45 | 75 |
| Binary | 10100001 | 11000001 | 1110111 | 10001 | 0 | 100110 | 11000 | 1010110 | 100101 | 111101 |
Color Harmonies of #A1C177
Complementary color
Monochromatic Colors of #A1C177
Black with #A1C177
Text Example
Text Example
White with #A1C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C177; }
p { color: rgb(161,193,119); }
H1.HeaderClassName
{
color: #A1C177;
}
.AnyTagClassName
{
color: #A1C177;
}
</style>
background-color css
<style>
a { background-color: #A1C177; }
a { background-color: rgb(161,193,119); }
div.DivClassName
{
background-color: #A1C177;
}
.BgClassName
{
background-color: #A1C177;
}
</style>
border-color css
<style>
span { border-color: #A1C177; }
span { border-color: rgb(161,193,119); }
td.TdClassName
{
border-color: #A1C177;
}
.TagClassName
{
border-color: #A1C177;
}
</style>