Shades of Olivine #A1C879
Tints of Olivine #A1C879
RGB
CMYK
RGB Variations
Color information
#A1C879 (or 0xA1C879) is known color: Olivine. HEX triplet: A1, C8 and 79. RGB value is (161,200,121). Sum of RGB (Red+Green+Blue) = 161+200+121=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C879 is #5E3786. Grayscale: #B3B3B3. Windows color (decimal): -6174599 or 7981217. OLE color: 7981217.
HSL color Cylindrical-coordinate representation of color #A1C879: hue angle of 89.62º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C879 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 121 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.22 |
| HSL | 89.62º | 0.42% | 0.63% | - |
| HSV(B) | 89.62º | 0.4% | 0.78% | - |
| XYZ | 38.8 | 50.27 | 25.75 | - |
| YUV | 179.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 121 | 0.19 | 0 | 0.39 | 0.22 | 89.62 | 0.42 | 0.63 |
| Hex | A1 | C8 | 79 | 13 | 0 | 27 | 16 | 5A | 2A | 3F |
| Octal | 241 | 310 | 171 | 23 | 0 | 47 | 26 | 132 | 52 | 77 |
| Binary | 10100001 | 11001000 | 1111001 | 10011 | 0 | 100111 | 10110 | 1011010 | 101010 | 111111 |
Color Harmonies of #A1C879
Complementary color
Monochromatic Colors of #A1C879
Black with #A1C879
Text Example
Text Example
White with #A1C879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C879; }
p { color: rgb(161,200,121); }
H1.HeaderClassName
{
color: #A1C879;
}
.AnyTagClassName
{
color: #A1C879;
}
</style>
background-color css
<style>
a { background-color: #A1C879; }
a { background-color: rgb(161,200,121); }
div.DivClassName
{
background-color: #A1C879;
}
.BgClassName
{
background-color: #A1C879;
}
</style>
border-color css
<style>
span { border-color: #A1C879; }
span { border-color: rgb(161,200,121); }
td.TdClassName
{
border-color: #A1C879;
}
.TagClassName
{
border-color: #A1C879;
}
</style>