Shades of Olivine #A1C96D
Tints of Olivine #A1C96D
RGB
CMYK
RGB Variations
Color information
#A1C96D (or 0xA1C96D) is known color: Olivine. HEX triplet: A1, C9 and 6D. RGB value is (161,201,109). Sum of RGB (Red+Green+Blue) = 161+201+109=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C96D is #5E3692. Grayscale: #B2B2B2. Windows color (decimal): -6174355 or 7195041. OLE color: 7195041.
HSL color Cylindrical-coordinate representation of color #A1C96D: hue angle of 86.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1C96D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 109 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.21 |
| HSL | 86.09º | 0.46% | 0.61% | - |
| HSV(B) | 86.09º | 0.46% | 0.79% | - |
| XYZ | 38.34 | 50.45 | 22.19 | - |
| YUV | 178.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 109 | 0.20 | 0 | 0.46 | 0.21 | 86.09 | 0.46 | 0.61 |
| Hex | A1 | C9 | 6D | 14 | 0 | 2E | 15 | 56 | 2E | 3D |
| Octal | 241 | 311 | 155 | 24 | 0 | 56 | 25 | 126 | 56 | 75 |
| Binary | 10100001 | 11001001 | 1101101 | 10100 | 0 | 101110 | 10101 | 1010110 | 101110 | 111101 |
Color Harmonies of #A1C96D
Complementary color
Monochromatic Colors of #A1C96D
Black with #A1C96D
Text Example
Text Example
White with #A1C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C96D; }
p { color: rgb(161,201,109); }
H1.HeaderClassName
{
color: #A1C96D;
}
.AnyTagClassName
{
color: #A1C96D;
}
</style>
background-color css
<style>
a { background-color: #A1C96D; }
a { background-color: rgb(161,201,109); }
div.DivClassName
{
background-color: #A1C96D;
}
.BgClassName
{
background-color: #A1C96D;
}
</style>
border-color css
<style>
span { border-color: #A1C96D; }
span { border-color: rgb(161,201,109); }
td.TdClassName
{
border-color: #A1C96D;
}
.TagClassName
{
border-color: #A1C96D;
}
</style>