Shades of Olivine #A1C17E
Tints of Olivine #A1C17E
RGB
CMYK
RGB Variations
Color information
#A1C17E (or 0xA1C17E) is known color: Olivine. HEX triplet: A1, C1 and 7E. RGB value is (161,193,126). Sum of RGB (Red+Green+Blue) = 161+193+126=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C17E is #5E3E81. Grayscale: #B0B0B0. Windows color (decimal): -6176386 or 8307105. OLE color: 8307105.
HSL color Cylindrical-coordinate representation of color #A1C17E: hue angle of 88.66º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1C17E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 126 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.24 |
| HSL | 88.66º | 0.35% | 0.63% | - |
| HSV(B) | 88.66º | 0.35% | 0.76% | - |
| XYZ | 37.53 | 47.22 | 26.88 | - |
| YUV | 175.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 126 | 0.17 | 0 | 0.35 | 0.24 | 88.66 | 0.35 | 0.63 |
| Hex | A1 | C1 | 7E | 11 | 0 | 23 | 18 | 59 | 23 | 3F |
| Octal | 241 | 301 | 176 | 21 | 0 | 43 | 30 | 131 | 43 | 77 |
| Binary | 10100001 | 11000001 | 1111110 | 10001 | 0 | 100011 | 11000 | 1011001 | 100011 | 111111 |
Color Harmonies of #A1C17E
Complementary color
Monochromatic Colors of #A1C17E
Black with #A1C17E
Text Example
Text Example
White with #A1C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C17E; }
p { color: rgb(161,193,126); }
H1.HeaderClassName
{
color: #A1C17E;
}
.AnyTagClassName
{
color: #A1C17E;
}
</style>
background-color css
<style>
a { background-color: #A1C17E; }
a { background-color: rgb(161,193,126); }
div.DivClassName
{
background-color: #A1C17E;
}
.BgClassName
{
background-color: #A1C17E;
}
</style>
border-color css
<style>
span { border-color: #A1C17E; }
span { border-color: rgb(161,193,126); }
td.TdClassName
{
border-color: #A1C17E;
}
.TagClassName
{
border-color: #A1C17E;
}
</style>