Shades of Olivine #A1D169
Tints of Olivine #A1D169
RGB
CMYK
RGB Variations
Color information
#A1D169 (or 0xA1D169) is known color: Olivine. HEX triplet: A1, D1 and 69. RGB value is (161,209,105). Sum of RGB (Red+Green+Blue) = 161+209+105=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D169 is #5E2E96. Grayscale: #B7B7B7. Windows color (decimal): -6172311 or 6934945. OLE color: 6934945.
HSL color Cylindrical-coordinate representation of color #A1D169: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D169 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 105 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.18 |
| HSL | 87.69º | 0.53% | 0.62% | - |
| HSV(B) | 87.69º | 0.5% | 0.82% | - |
| XYZ | 40.05 | 54.2 | 21.72 | - |
| YUV | 182.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 105 | 0.23 | 0 | 0.50 | 0.18 | 87.69 | 0.53 | 0.62 |
| Hex | A1 | D1 | 69 | 17 | 0 | 32 | 12 | 58 | 35 | 3E |
| Octal | 241 | 321 | 151 | 27 | 0 | 62 | 22 | 130 | 65 | 76 |
| Binary | 10100001 | 11010001 | 1101001 | 10111 | 0 | 110010 | 10010 | 1011000 | 110101 | 111110 |
Color Harmonies of #A1D169
Complementary color
Monochromatic Colors of #A1D169
Black with #A1D169
Text Example
Text Example
White with #A1D169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D169; }
p { color: rgb(161,209,105); }
H1.HeaderClassName
{
color: #A1D169;
}
.AnyTagClassName
{
color: #A1D169;
}
</style>
background-color css
<style>
a { background-color: #A1D169; }
a { background-color: rgb(161,209,105); }
div.DivClassName
{
background-color: #A1D169;
}
.BgClassName
{
background-color: #A1D169;
}
</style>
border-color css
<style>
span { border-color: #A1D169; }
span { border-color: rgb(161,209,105); }
td.TdClassName
{
border-color: #A1D169;
}
.TagClassName
{
border-color: #A1D169;
}
</style>