Shades of Olivine #A1C365
Tints of Olivine #A1C365
RGB
CMYK
RGB Variations
Color information
#A1C365 (or 0xA1C365) is known color: Olivine. HEX triplet: A1, C3 and 65. RGB value is (161,195,101). Sum of RGB (Red+Green+Blue) = 161+195+101=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C365 is #5E3C9A. Grayscale: #AEAEAE. Windows color (decimal): -6175899 or 6669217. OLE color: 6669217.
HSL color Cylindrical-coordinate representation of color #A1C365: hue angle of 81.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1C365 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 101 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.24 |
| HSL | 81.7º | 0.44% | 0.58% | - |
| HSV(B) | 81.7º | 0.48% | 0.76% | - |
| XYZ | 36.56 | 47.55 | 19.56 | - |
| YUV | 174.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 101 | 0.17 | 0 | 0.48 | 0.24 | 81.7 | 0.44 | 0.58 |
| Hex | A1 | C3 | 65 | 11 | 0 | 30 | 18 | 52 | 2C | 3A |
| Octal | 241 | 303 | 145 | 21 | 0 | 60 | 30 | 122 | 54 | 72 |
| Binary | 10100001 | 11000011 | 1100101 | 10001 | 0 | 110000 | 11000 | 1010010 | 101100 | 111010 |
Color Harmonies of #A1C365
Complementary color
Monochromatic Colors of #A1C365
Black with #A1C365
Text Example
Text Example
White with #A1C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C365; }
p { color: rgb(161,195,101); }
H1.HeaderClassName
{
color: #A1C365;
}
.AnyTagClassName
{
color: #A1C365;
}
</style>
background-color css
<style>
a { background-color: #A1C365; }
a { background-color: rgb(161,195,101); }
div.DivClassName
{
background-color: #A1C365;
}
.BgClassName
{
background-color: #A1C365;
}
</style>
border-color css
<style>
span { border-color: #A1C365; }
span { border-color: rgb(161,195,101); }
td.TdClassName
{
border-color: #A1C365;
}
.TagClassName
{
border-color: #A1C365;
}
</style>