Shades of Olivine #A1C76A
Tints of Olivine #A1C76A
RGB
CMYK
RGB Variations
Color information
#A1C76A (or 0xA1C76A) is known color: Olivine. HEX triplet: A1, C7 and 6A. RGB value is (161,199,106). Sum of RGB (Red+Green+Blue) = 161+199+106=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C76A is #5E3895. Grayscale: #B1B1B1. Windows color (decimal): -6174870 or 6997921. OLE color: 6997921.
HSL color Cylindrical-coordinate representation of color #A1C76A: hue angle of 84.52º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1C76A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 106 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.22 |
| HSL | 84.52º | 0.45% | 0.6% | - |
| HSV(B) | 84.52º | 0.47% | 0.78% | - |
| XYZ | 37.72 | 49.46 | 21.2 | - |
| YUV | 177.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 106 | 0.19 | 0 | 0.47 | 0.22 | 84.52 | 0.45 | 0.6 |
| Hex | A1 | C7 | 6A | 13 | 0 | 2F | 16 | 55 | 2D | 3C |
| Octal | 241 | 307 | 152 | 23 | 0 | 57 | 26 | 125 | 55 | 74 |
| Binary | 10100001 | 11000111 | 1101010 | 10011 | 0 | 101111 | 10110 | 1010101 | 101101 | 111100 |
Color Harmonies of #A1C76A
Complementary color
Monochromatic Colors of #A1C76A
Black with #A1C76A
Text Example
Text Example
White with #A1C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C76A; }
p { color: rgb(161,199,106); }
H1.HeaderClassName
{
color: #A1C76A;
}
.AnyTagClassName
{
color: #A1C76A;
}
</style>
background-color css
<style>
a { background-color: #A1C76A; }
a { background-color: rgb(161,199,106); }
div.DivClassName
{
background-color: #A1C76A;
}
.BgClassName
{
background-color: #A1C76A;
}
</style>
border-color css
<style>
span { border-color: #A1C76A; }
span { border-color: rgb(161,199,106); }
td.TdClassName
{
border-color: #A1C76A;
}
.TagClassName
{
border-color: #A1C76A;
}
</style>