Shades of Olivine #A1C06D
Tints of Olivine #A1C06D
RGB
CMYK
RGB Variations
Color information
#A1C06D (or 0xA1C06D) is known color: Olivine. HEX triplet: A1, C0 and 6D. RGB value is (161,192,109). Sum of RGB (Red+Green+Blue) = 161+192+109=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C06D is #5E3F92. Grayscale: #ADADAD. Windows color (decimal): -6176659 or 7192737. OLE color: 7192737.
HSL color Cylindrical-coordinate representation of color #A1C06D: hue angle of 82.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1C06D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 109 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.25 |
| HSL | 82.41º | 0.4% | 0.59% | - |
| HSV(B) | 82.41º | 0.43% | 0.75% | - |
| XYZ | 36.31 | 46.38 | 21.51 | - |
| YUV | 173.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 109 | 0.16 | 0 | 0.43 | 0.25 | 82.41 | 0.4 | 0.59 |
| Hex | A1 | C0 | 6D | 10 | 0 | 2B | 19 | 52 | 28 | 3B |
| Octal | 241 | 300 | 155 | 20 | 0 | 53 | 31 | 122 | 50 | 73 |
| Binary | 10100001 | 11000000 | 1101101 | 10000 | 0 | 101011 | 11001 | 1010010 | 101000 | 111011 |
Color Harmonies of #A1C06D
Complementary color
Monochromatic Colors of #A1C06D
Black with #A1C06D
Text Example
Text Example
White with #A1C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C06D; }
p { color: rgb(161,192,109); }
H1.HeaderClassName
{
color: #A1C06D;
}
.AnyTagClassName
{
color: #A1C06D;
}
</style>
background-color css
<style>
a { background-color: #A1C06D; }
a { background-color: rgb(161,192,109); }
div.DivClassName
{
background-color: #A1C06D;
}
.BgClassName
{
background-color: #A1C06D;
}
</style>
border-color css
<style>
span { border-color: #A1C06D; }
span { border-color: rgb(161,192,109); }
td.TdClassName
{
border-color: #A1C06D;
}
.TagClassName
{
border-color: #A1C06D;
}
</style>