Shades of Olivine #A1C96E
Tints of Olivine #A1C96E
RGB
CMYK
RGB Variations
Color information
#A1C96E (or 0xA1C96E) is known color: Olivine. HEX triplet: A1, C9 and 6E. RGB value is (161,201,110). Sum of RGB (Red+Green+Blue) = 161+201+110=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C96E is #5E3691. Grayscale: #B2B2B2. Windows color (decimal): -6174354 or 7260577. OLE color: 7260577.
HSL color Cylindrical-coordinate representation of color #A1C96E: hue angle of 86.37º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1C96E is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 110 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.21 |
| HSL | 86.37º | 0.46% | 0.61% | - |
| HSV(B) | 86.37º | 0.45% | 0.79% | - |
| XYZ | 38.4 | 50.48 | 22.47 | - |
| YUV | 178.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 110 | 0.20 | 0 | 0.45 | 0.21 | 86.37 | 0.46 | 0.61 |
| Hex | A1 | C9 | 6E | 14 | 0 | 2D | 15 | 56 | 2E | 3D |
| Octal | 241 | 311 | 156 | 24 | 0 | 55 | 25 | 126 | 56 | 75 |
| Binary | 10100001 | 11001001 | 1101110 | 10100 | 0 | 101101 | 10101 | 1010110 | 101110 | 111101 |
Color Harmonies of #A1C96E
Complementary color
Monochromatic Colors of #A1C96E
Black with #A1C96E
Text Example
Text Example
White with #A1C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C96E; }
p { color: rgb(161,201,110); }
H1.HeaderClassName
{
color: #A1C96E;
}
.AnyTagClassName
{
color: #A1C96E;
}
</style>
background-color css
<style>
a { background-color: #A1C96E; }
a { background-color: rgb(161,201,110); }
div.DivClassName
{
background-color: #A1C96E;
}
.BgClassName
{
background-color: #A1C96E;
}
</style>
border-color css
<style>
span { border-color: #A1C96E; }
span { border-color: rgb(161,201,110); }
td.TdClassName
{
border-color: #A1C96E;
}
.TagClassName
{
border-color: #A1C96E;
}
</style>