Shades of Olivine #A1C85D
Tints of Olivine #A1C85D
RGB
CMYK
RGB Variations
Color information
#A1C85D (or 0xA1C85D) is known color: Olivine. HEX triplet: A1, C8 and 5D. RGB value is (161,200,93). Sum of RGB (Red+Green+Blue) = 161+200+93=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C85D is #5E37A2. Grayscale: #B0B0B0. Windows color (decimal): -6174627 or 6146209. OLE color: 6146209.
HSL color Cylindrical-coordinate representation of color #A1C85D: hue angle of 81.87º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1C85D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 93 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.22 |
| HSL | 81.87º | 0.49% | 0.57% | - |
| HSV(B) | 81.87º | 0.54% | 0.78% | - |
| XYZ | 37.33 | 49.68 | 17.98 | - |
| YUV | 176.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 93 | 0.19 | 0 | 0.54 | 0.22 | 81.87 | 0.49 | 0.57 |
| Hex | A1 | C8 | 5D | 13 | 0 | 36 | 16 | 52 | 31 | 39 |
| Octal | 241 | 310 | 135 | 23 | 0 | 66 | 26 | 122 | 61 | 71 |
| Binary | 10100001 | 11001000 | 1011101 | 10011 | 0 | 110110 | 10110 | 1010010 | 110001 | 111001 |
Color Harmonies of #A1C85D
Complementary color
Monochromatic Colors of #A1C85D
Black with #A1C85D
Text Example
Text Example
White with #A1C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C85D; }
p { color: rgb(161,200,93); }
H1.HeaderClassName
{
color: #A1C85D;
}
.AnyTagClassName
{
color: #A1C85D;
}
</style>
background-color css
<style>
a { background-color: #A1C85D; }
a { background-color: rgb(161,200,93); }
div.DivClassName
{
background-color: #A1C85D;
}
.BgClassName
{
background-color: #A1C85D;
}
</style>
border-color css
<style>
span { border-color: #A1C85D; }
span { border-color: rgb(161,200,93); }
td.TdClassName
{
border-color: #A1C85D;
}
.TagClassName
{
border-color: #A1C85D;
}
</style>