Shades of Olivine #A1C271
Tints of Olivine #A1C271
RGB
CMYK
RGB Variations
Color information
#A1C271 (or 0xA1C271) is known color: Olivine. HEX triplet: A1, C2 and 71. RGB value is (161,194,113). Sum of RGB (Red+Green+Blue) = 161+194+113=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C271 is #5E3D8E. Grayscale: #AFAFAF. Windows color (decimal): -6176143 or 7455393. OLE color: 7455393.
HSL color Cylindrical-coordinate representation of color #A1C271: hue angle of 84.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1C271 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 113 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.24 |
| HSL | 84.44º | 0.4% | 0.6% | - |
| HSV(B) | 84.44º | 0.42% | 0.76% | - |
| XYZ | 36.97 | 47.35 | 22.81 | - |
| YUV | 174.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 113 | 0.17 | 0 | 0.42 | 0.24 | 84.44 | 0.4 | 0.6 |
| Hex | A1 | C2 | 71 | 11 | 0 | 2A | 18 | 54 | 28 | 3C |
| Octal | 241 | 302 | 161 | 21 | 0 | 52 | 30 | 124 | 50 | 74 |
| Binary | 10100001 | 11000010 | 1110001 | 10001 | 0 | 101010 | 11000 | 1010100 | 101000 | 111100 |
Color Harmonies of #A1C271
Complementary color
Monochromatic Colors of #A1C271
Black with #A1C271
Text Example
Text Example
White with #A1C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C271; }
p { color: rgb(161,194,113); }
H1.HeaderClassName
{
color: #A1C271;
}
.AnyTagClassName
{
color: #A1C271;
}
</style>
background-color css
<style>
a { background-color: #A1C271; }
a { background-color: rgb(161,194,113); }
div.DivClassName
{
background-color: #A1C271;
}
.BgClassName
{
background-color: #A1C271;
}
</style>
border-color css
<style>
span { border-color: #A1C271; }
span { border-color: rgb(161,194,113); }
td.TdClassName
{
border-color: #A1C271;
}
.TagClassName
{
border-color: #A1C271;
}
</style>