Shades of Olivine #A1D16C
Tints of Olivine #A1D16C
RGB
CMYK
RGB Variations
Color information
#A1D16C (or 0xA1D16C) is known color: Olivine. HEX triplet: A1, D1 and 6C. RGB value is (161,209,108). Sum of RGB (Red+Green+Blue) = 161+209+108=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D16C is #5E2E93. Grayscale: #B7B7B7. Windows color (decimal): -6172308 or 7131553. OLE color: 7131553.
HSL color Cylindrical-coordinate representation of color #A1D16C: hue angle of 88.51º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1D16C is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 108 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.18 |
| HSL | 88.51º | 0.52% | 0.62% | - |
| HSV(B) | 88.51º | 0.48% | 0.82% | - |
| XYZ | 40.21 | 54.26 | 22.54 | - |
| YUV | 183.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 108 | 0.23 | 0 | 0.48 | 0.18 | 88.51 | 0.52 | 0.62 |
| Hex | A1 | D1 | 6C | 17 | 0 | 30 | 12 | 59 | 34 | 3E |
| Octal | 241 | 321 | 154 | 27 | 0 | 60 | 22 | 131 | 64 | 76 |
| Binary | 10100001 | 11010001 | 1101100 | 10111 | 0 | 110000 | 10010 | 1011001 | 110100 | 111110 |
Color Harmonies of #A1D16C
Complementary color
Monochromatic Colors of #A1D16C
Black with #A1D16C
Text Example
Text Example
White with #A1D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D16C; }
p { color: rgb(161,209,108); }
H1.HeaderClassName
{
color: #A1D16C;
}
.AnyTagClassName
{
color: #A1D16C;
}
</style>
background-color css
<style>
a { background-color: #A1D16C; }
a { background-color: rgb(161,209,108); }
div.DivClassName
{
background-color: #A1D16C;
}
.BgClassName
{
background-color: #A1D16C;
}
</style>
border-color css
<style>
span { border-color: #A1D16C; }
span { border-color: rgb(161,209,108); }
td.TdClassName
{
border-color: #A1D16C;
}
.TagClassName
{
border-color: #A1D16C;
}
</style>