Shades of Olivine #A1CC66
Tints of Olivine #A1CC66
RGB
CMYK
RGB Variations
Color information
#A1CC66 (or 0xA1CC66) is known color: Olivine. HEX triplet: A1, CC and 66. RGB value is (161,204,102). Sum of RGB (Red+Green+Blue) = 161+204+102=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC66 is #5E3399. Grayscale: #B3B3B3. Windows color (decimal): -6173594 or 6737057. OLE color: 6737057.
HSL color Cylindrical-coordinate representation of color #A1CC66: hue angle of 85.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1CC66 is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 102 | - |
| CMYK | 0.21 | 0 | 0.5 | 0.2 |
| HSL | 85.29º | 0.5% | 0.6% | - |
| HSV(B) | 85.29º | 0.5% | 0.8% | - |
| XYZ | 38.69 | 51.72 | 20.51 | - |
| YUV | 179.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 102 | 0.21 | 0 | 0.5 | 0.2 | 85.29 | 0.5 | 0.6 |
| Hex | A1 | CC | 66 | 15 | 0 | 32 | 14 | 55 | 32 | 3C |
| Octal | 241 | 314 | 146 | 25 | 0 | 62 | 24 | 125 | 62 | 74 |
| Binary | 10100001 | 11001100 | 1100110 | 10101 | 0 | 110010 | 10100 | 1010101 | 110010 | 111100 |
Color Harmonies of #A1CC66
Complementary color
Monochromatic Colors of #A1CC66
Black with #A1CC66
Text Example
Text Example
White with #A1CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC66; }
p { color: rgb(161,204,102); }
H1.HeaderClassName
{
color: #A1CC66;
}
.AnyTagClassName
{
color: #A1CC66;
}
</style>
background-color css
<style>
a { background-color: #A1CC66; }
a { background-color: rgb(161,204,102); }
div.DivClassName
{
background-color: #A1CC66;
}
.BgClassName
{
background-color: #A1CC66;
}
</style>
border-color css
<style>
span { border-color: #A1CC66; }
span { border-color: rgb(161,204,102); }
td.TdClassName
{
border-color: #A1CC66;
}
.TagClassName
{
border-color: #A1CC66;
}
</style>