Shades of Olivine #A1C16F
Tints of Olivine #A1C16F
RGB
CMYK
RGB Variations
Color information
#A1C16F (or 0xA1C16F) is known color: Olivine. HEX triplet: A1, C1 and 6F. RGB value is (161,193,111). Sum of RGB (Red+Green+Blue) = 161+193+111=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C16F is #5E3E90. Grayscale: #AEAEAE. Windows color (decimal): -6176401 or 7324065. OLE color: 7324065.
HSL color Cylindrical-coordinate representation of color #A1C16F: hue angle of 83.41º 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 #A1C16F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 111 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.24 |
| HSL | 83.41º | 0.4% | 0.6% | - |
| HSV(B) | 83.41º | 0.42% | 0.76% | - |
| XYZ | 36.64 | 46.86 | 22.15 | - |
| YUV | 174.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 111 | 0.17 | 0 | 0.42 | 0.24 | 83.41 | 0.4 | 0.6 |
| Hex | A1 | C1 | 6F | 11 | 0 | 2A | 18 | 53 | 28 | 3C |
| Octal | 241 | 301 | 157 | 21 | 0 | 52 | 30 | 123 | 50 | 74 |
| Binary | 10100001 | 11000001 | 1101111 | 10001 | 0 | 101010 | 11000 | 1010011 | 101000 | 111100 |
Color Harmonies of #A1C16F
Complementary color
Monochromatic Colors of #A1C16F
Black with #A1C16F
Text Example
Text Example
White with #A1C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C16F; }
p { color: rgb(161,193,111); }
H1.HeaderClassName
{
color: #A1C16F;
}
.AnyTagClassName
{
color: #A1C16F;
}
</style>
background-color css
<style>
a { background-color: #A1C16F; }
a { background-color: rgb(161,193,111); }
div.DivClassName
{
background-color: #A1C16F;
}
.BgClassName
{
background-color: #A1C16F;
}
</style>
border-color css
<style>
span { border-color: #A1C16F; }
span { border-color: rgb(161,193,111); }
td.TdClassName
{
border-color: #A1C16F;
}
.TagClassName
{
border-color: #A1C16F;
}
</style>