Shades of Olivine #A1C966
Tints of Olivine #A1C966
RGB
CMYK
RGB Variations
Color information
#A1C966 (or 0xA1C966) is known color: Olivine. HEX triplet: A1, C9 and 66. RGB value is (161,201,102). Sum of RGB (Red+Green+Blue) = 161+201+102=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C966 is #5E3699. Grayscale: #B2B2B2. Windows color (decimal): -6174362 or 6736289. OLE color: 6736289.
HSL color Cylindrical-coordinate representation of color #A1C966: hue angle of 84.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C966 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 102 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.21 |
| HSL | 84.24º | 0.48% | 0.59% | - |
| HSV(B) | 84.24º | 0.49% | 0.79% | - |
| XYZ | 37.98 | 50.31 | 20.28 | - |
| YUV | 177.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 102 | 0.20 | 0 | 0.49 | 0.21 | 84.24 | 0.48 | 0.59 |
| Hex | A1 | C9 | 66 | 14 | 0 | 31 | 15 | 54 | 30 | 3B |
| Octal | 241 | 311 | 146 | 24 | 0 | 61 | 25 | 124 | 60 | 73 |
| Binary | 10100001 | 11001001 | 1100110 | 10100 | 0 | 110001 | 10101 | 1010100 | 110000 | 111011 |
Color Harmonies of #A1C966
Complementary color
Monochromatic Colors of #A1C966
Black with #A1C966
Text Example
Text Example
White with #A1C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C966; }
p { color: rgb(161,201,102); }
H1.HeaderClassName
{
color: #A1C966;
}
.AnyTagClassName
{
color: #A1C966;
}
</style>
background-color css
<style>
a { background-color: #A1C966; }
a { background-color: rgb(161,201,102); }
div.DivClassName
{
background-color: #A1C966;
}
.BgClassName
{
background-color: #A1C966;
}
</style>
border-color css
<style>
span { border-color: #A1C966; }
span { border-color: rgb(161,201,102); }
td.TdClassName
{
border-color: #A1C966;
}
.TagClassName
{
border-color: #A1C966;
}
</style>