Shades of Olivine #A1C56C
Tints of Olivine #A1C56C
RGB
CMYK
RGB Variations
Color information
#A1C56C (or 0xA1C56C) is known color: Olivine. HEX triplet: A1, C5 and 6C. RGB value is (161,197,108). Sum of RGB (Red+Green+Blue) = 161+197+108=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C56C is #5E3A93. Grayscale: #B0B0B0. Windows color (decimal): -6175380 or 7128481. OLE color: 7128481.
HSL color Cylindrical-coordinate representation of color #A1C56C: hue angle of 84.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1C56C is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 108 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.23 |
| HSL | 84.27º | 0.43% | 0.6% | - |
| HSV(B) | 84.27º | 0.45% | 0.77% | - |
| XYZ | 37.37 | 48.59 | 21.6 | - |
| YUV | 176.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 108 | 0.18 | 0 | 0.45 | 0.23 | 84.27 | 0.43 | 0.6 |
| Hex | A1 | C5 | 6C | 12 | 0 | 2D | 17 | 54 | 2B | 3C |
| Octal | 241 | 305 | 154 | 22 | 0 | 55 | 27 | 124 | 53 | 74 |
| Binary | 10100001 | 11000101 | 1101100 | 10010 | 0 | 101101 | 10111 | 1010100 | 101011 | 111100 |
Color Harmonies of #A1C56C
Complementary color
Monochromatic Colors of #A1C56C
Black with #A1C56C
Text Example
Text Example
White with #A1C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C56C; }
p { color: rgb(161,197,108); }
H1.HeaderClassName
{
color: #A1C56C;
}
.AnyTagClassName
{
color: #A1C56C;
}
</style>
background-color css
<style>
a { background-color: #A1C56C; }
a { background-color: rgb(161,197,108); }
div.DivClassName
{
background-color: #A1C56C;
}
.BgClassName
{
background-color: #A1C56C;
}
</style>
border-color css
<style>
span { border-color: #A1C56C; }
span { border-color: rgb(161,197,108); }
td.TdClassName
{
border-color: #A1C56C;
}
.TagClassName
{
border-color: #A1C56C;
}
</style>