Shades of Olivine #A1C176
Tints of Olivine #A1C176
RGB
CMYK
RGB Variations
Color information
#A1C176 (or 0xA1C176) is known color: Olivine. HEX triplet: A1, C1 and 76. RGB value is (161,193,118). Sum of RGB (Red+Green+Blue) = 161+193+118=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C176 is #5E3E89. Grayscale: #AFAFAF. Windows color (decimal): -6176394 or 7782817. OLE color: 7782817.
HSL color Cylindrical-coordinate representation of color #A1C176: hue angle of 85.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C176 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 118 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.24 |
| HSL | 85.6º | 0.38% | 0.61% | - |
| HSV(B) | 85.6º | 0.39% | 0.76% | - |
| XYZ | 37.04 | 47.03 | 24.26 | - |
| YUV | 174.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 118 | 0.17 | 0 | 0.39 | 0.24 | 85.6 | 0.38 | 0.61 |
| Hex | A1 | C1 | 76 | 11 | 0 | 27 | 18 | 56 | 26 | 3D |
| Octal | 241 | 301 | 166 | 21 | 0 | 47 | 30 | 126 | 46 | 75 |
| Binary | 10100001 | 11000001 | 1110110 | 10001 | 0 | 100111 | 11000 | 1010110 | 100110 | 111101 |
Color Harmonies of #A1C176
Complementary color
Monochromatic Colors of #A1C176
Black with #A1C176
Text Example
Text Example
White with #A1C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C176; }
p { color: rgb(161,193,118); }
H1.HeaderClassName
{
color: #A1C176;
}
.AnyTagClassName
{
color: #A1C176;
}
</style>
background-color css
<style>
a { background-color: #A1C176; }
a { background-color: rgb(161,193,118); }
div.DivClassName
{
background-color: #A1C176;
}
.BgClassName
{
background-color: #A1C176;
}
</style>
border-color css
<style>
span { border-color: #A1C176; }
span { border-color: rgb(161,193,118); }
td.TdClassName
{
border-color: #A1C176;
}
.TagClassName
{
border-color: #A1C176;
}
</style>