Shades of Olivine #A1C276
Tints of Olivine #A1C276
RGB
CMYK
RGB Variations
Color information
#A1C276 (or 0xA1C276) is known color: Olivine. HEX triplet: A1, C2 and 76. RGB value is (161,194,118). Sum of RGB (Red+Green+Blue) = 161+194+118=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C276 is #5E3D89. Grayscale: #AFAFAF. Windows color (decimal): -6176138 or 7783073. OLE color: 7783073.
HSL color Cylindrical-coordinate representation of color #A1C276: hue angle of 86.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C276 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 118 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.24 |
| HSL | 86.05º | 0.38% | 0.61% | - |
| HSV(B) | 86.05º | 0.39% | 0.76% | - |
| XYZ | 37.26 | 47.47 | 24.34 | - |
| YUV | 175.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 118 | 0.17 | 0 | 0.39 | 0.24 | 86.05 | 0.38 | 0.61 |
| Hex | A1 | C2 | 76 | 11 | 0 | 27 | 18 | 56 | 26 | 3D |
| Octal | 241 | 302 | 166 | 21 | 0 | 47 | 30 | 126 | 46 | 75 |
| Binary | 10100001 | 11000010 | 1110110 | 10001 | 0 | 100111 | 11000 | 1010110 | 100110 | 111101 |
Color Harmonies of #A1C276
Complementary color
Monochromatic Colors of #A1C276
Black with #A1C276
Text Example
Text Example
White with #A1C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C276; }
p { color: rgb(161,194,118); }
H1.HeaderClassName
{
color: #A1C276;
}
.AnyTagClassName
{
color: #A1C276;
}
</style>
background-color css
<style>
a { background-color: #A1C276; }
a { background-color: rgb(161,194,118); }
div.DivClassName
{
background-color: #A1C276;
}
.BgClassName
{
background-color: #A1C276;
}
</style>
border-color css
<style>
span { border-color: #A1C276; }
span { border-color: rgb(161,194,118); }
td.TdClassName
{
border-color: #A1C276;
}
.TagClassName
{
border-color: #A1C276;
}
</style>