Shades of Olivine #A1C16C
Tints of Olivine #A1C16C
RGB
CMYK
RGB Variations
Color information
#A1C16C (or 0xA1C16C) is known color: Olivine. HEX triplet: A1, C1 and 6C. RGB value is (161,193,108). Sum of RGB (Red+Green+Blue) = 161+193+108=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C16C is #5E3E93. Grayscale: #AEAEAE. Windows color (decimal): -6176404 or 7127457. OLE color: 7127457.
HSL color Cylindrical-coordinate representation of color #A1C16C: hue angle of 82.59º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1C16C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 108 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.24 |
| HSL | 82.59º | 0.41% | 0.59% | - |
| HSV(B) | 82.59º | 0.44% | 0.76% | - |
| XYZ | 36.47 | 46.8 | 21.3 | - |
| YUV | 173.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 108 | 0.17 | 0 | 0.44 | 0.24 | 82.59 | 0.41 | 0.59 |
| Hex | A1 | C1 | 6C | 11 | 0 | 2C | 18 | 53 | 29 | 3B |
| Octal | 241 | 301 | 154 | 21 | 0 | 54 | 30 | 123 | 51 | 73 |
| Binary | 10100001 | 11000001 | 1101100 | 10001 | 0 | 101100 | 11000 | 1010011 | 101001 | 111011 |
Color Harmonies of #A1C16C
Complementary color
Monochromatic Colors of #A1C16C
Black with #A1C16C
Text Example
Text Example
White with #A1C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C16C; }
p { color: rgb(161,193,108); }
H1.HeaderClassName
{
color: #A1C16C;
}
.AnyTagClassName
{
color: #A1C16C;
}
</style>
background-color css
<style>
a { background-color: #A1C16C; }
a { background-color: rgb(161,193,108); }
div.DivClassName
{
background-color: #A1C16C;
}
.BgClassName
{
background-color: #A1C16C;
}
</style>
border-color css
<style>
span { border-color: #A1C16C; }
span { border-color: rgb(161,193,108); }
td.TdClassName
{
border-color: #A1C16C;
}
.TagClassName
{
border-color: #A1C16C;
}
</style>