Shades of Olivine #A1C173
Tints of Olivine #A1C173
RGB
CMYK
RGB Variations
Color information
#A1C173 (or 0xA1C173) is known color: Olivine. HEX triplet: A1, C1 and 73. RGB value is (161,193,115). Sum of RGB (Red+Green+Blue) = 161+193+115=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C173 is #5E3E8C. Grayscale: #AEAEAE. Windows color (decimal): -6176397 or 7586209. OLE color: 7586209.
HSL color Cylindrical-coordinate representation of color #A1C173: hue angle of 84.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C173 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 115 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.24 |
| HSL | 84.62º | 0.39% | 0.6% | - |
| HSV(B) | 84.62º | 0.4% | 0.76% | - |
| XYZ | 36.86 | 46.95 | 23.34 | - |
| YUV | 174.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 115 | 0.17 | 0 | 0.40 | 0.24 | 84.62 | 0.39 | 0.6 |
| Hex | A1 | C1 | 73 | 11 | 0 | 28 | 18 | 55 | 27 | 3C |
| Octal | 241 | 301 | 163 | 21 | 0 | 50 | 30 | 125 | 47 | 74 |
| Binary | 10100001 | 11000001 | 1110011 | 10001 | 0 | 101000 | 11000 | 1010101 | 100111 | 111100 |
Color Harmonies of #A1C173
Complementary color
Monochromatic Colors of #A1C173
Black with #A1C173
Text Example
Text Example
White with #A1C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C173; }
p { color: rgb(161,193,115); }
H1.HeaderClassName
{
color: #A1C173;
}
.AnyTagClassName
{
color: #A1C173;
}
</style>
background-color css
<style>
a { background-color: #A1C173; }
a { background-color: rgb(161,193,115); }
div.DivClassName
{
background-color: #A1C173;
}
.BgClassName
{
background-color: #A1C173;
}
</style>
border-color css
<style>
span { border-color: #A1C173; }
span { border-color: rgb(161,193,115); }
td.TdClassName
{
border-color: #A1C173;
}
.TagClassName
{
border-color: #A1C173;
}
</style>