Shades of Olivine #A1C666
Tints of Olivine #A1C666
RGB
CMYK
RGB Variations
Color information
#A1C666 (or 0xA1C666) is known color: Olivine. HEX triplet: A1, C6 and 66. RGB value is (161,198,102). Sum of RGB (Red+Green+Blue) = 161+198+102=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C666 is #5E3999. Grayscale: #B0B0B0. Windows color (decimal): -6175130 or 6735521. OLE color: 6735521.
HSL color Cylindrical-coordinate representation of color #A1C666: hue angle of 83.13º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1C666 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 102 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.22 |
| HSL | 83.13º | 0.46% | 0.59% | - |
| HSV(B) | 83.13º | 0.48% | 0.78% | - |
| XYZ | 37.29 | 48.92 | 20.05 | - |
| YUV | 175.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 102 | 0.19 | 0 | 0.48 | 0.22 | 83.13 | 0.46 | 0.59 |
| Hex | A1 | C6 | 66 | 13 | 0 | 30 | 16 | 53 | 2E | 3B |
| Octal | 241 | 306 | 146 | 23 | 0 | 60 | 26 | 123 | 56 | 73 |
| Binary | 10100001 | 11000110 | 1100110 | 10011 | 0 | 110000 | 10110 | 1010011 | 101110 | 111011 |
Color Harmonies of #A1C666
Complementary color
Monochromatic Colors of #A1C666
Black with #A1C666
Text Example
Text Example
White with #A1C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C666; }
p { color: rgb(161,198,102); }
H1.HeaderClassName
{
color: #A1C666;
}
.AnyTagClassName
{
color: #A1C666;
}
</style>
background-color css
<style>
a { background-color: #A1C666; }
a { background-color: rgb(161,198,102); }
div.DivClassName
{
background-color: #A1C666;
}
.BgClassName
{
background-color: #A1C666;
}
</style>
border-color css
<style>
span { border-color: #A1C666; }
span { border-color: rgb(161,198,102); }
td.TdClassName
{
border-color: #A1C666;
}
.TagClassName
{
border-color: #A1C666;
}
</style>