Shades of Olivine #A1C175
Tints of Olivine #A1C175
RGB
CMYK
RGB Variations
Color information
#A1C175 (or 0xA1C175) is known color: Olivine. HEX triplet: A1, C1 and 75. RGB value is (161,193,117). Sum of RGB (Red+Green+Blue) = 161+193+117=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C175 is #5E3E8A. Grayscale: #AFAFAF. Windows color (decimal): -6176395 or 7717281. OLE color: 7717281.
HSL color Cylindrical-coordinate representation of color #A1C175: hue angle of 85.26º 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 #A1C175 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 117 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.24 |
| HSL | 85.26º | 0.38% | 0.61% | - |
| HSV(B) | 85.26º | 0.39% | 0.76% | - |
| XYZ | 36.98 | 47 | 23.95 | - |
| YUV | 174.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 117 | 0.17 | 0 | 0.39 | 0.24 | 85.26 | 0.38 | 0.61 |
| Hex | A1 | C1 | 75 | 11 | 0 | 27 | 18 | 55 | 26 | 3D |
| Octal | 241 | 301 | 165 | 21 | 0 | 47 | 30 | 125 | 46 | 75 |
| Binary | 10100001 | 11000001 | 1110101 | 10001 | 0 | 100111 | 11000 | 1010101 | 100110 | 111101 |
Color Harmonies of #A1C175
Complementary color
Monochromatic Colors of #A1C175
Black with #A1C175
Text Example
Text Example
White with #A1C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C175; }
p { color: rgb(161,193,117); }
H1.HeaderClassName
{
color: #A1C175;
}
.AnyTagClassName
{
color: #A1C175;
}
</style>
background-color css
<style>
a { background-color: #A1C175; }
a { background-color: rgb(161,193,117); }
div.DivClassName
{
background-color: #A1C175;
}
.BgClassName
{
background-color: #A1C175;
}
</style>
border-color css
<style>
span { border-color: #A1C175; }
span { border-color: rgb(161,193,117); }
td.TdClassName
{
border-color: #A1C175;
}
.TagClassName
{
border-color: #A1C175;
}
</style>