Shades of Olivine #A1C67A
Tints of Olivine #A1C67A
RGB
CMYK
RGB Variations
Color information
#A1C67A (or 0xA1C67A) is known color: Olivine. HEX triplet: A1, C6 and 7A. RGB value is (161,198,122). Sum of RGB (Red+Green+Blue) = 161+198+122=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C67A is #5E3985. Grayscale: #B2B2B2. Windows color (decimal): -6175110 or 8046241. OLE color: 8046241.
HSL color Cylindrical-coordinate representation of color #A1C67A: hue angle of 89.21º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1C67A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 122 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.22 |
| HSL | 89.21º | 0.4% | 0.63% | - |
| HSV(B) | 89.21º | 0.38% | 0.78% | - |
| XYZ | 38.4 | 49.37 | 25.92 | - |
| YUV | 178.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 122 | 0.19 | 0 | 0.38 | 0.22 | 89.21 | 0.4 | 0.63 |
| Hex | A1 | C6 | 7A | 13 | 0 | 26 | 16 | 59 | 28 | 3F |
| Octal | 241 | 306 | 172 | 23 | 0 | 46 | 26 | 131 | 50 | 77 |
| Binary | 10100001 | 11000110 | 1111010 | 10011 | 0 | 100110 | 10110 | 1011001 | 101000 | 111111 |
Color Harmonies of #A1C67A
Complementary color
Monochromatic Colors of #A1C67A
Black with #A1C67A
Text Example
Text Example
White with #A1C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C67A; }
p { color: rgb(161,198,122); }
H1.HeaderClassName
{
color: #A1C67A;
}
.AnyTagClassName
{
color: #A1C67A;
}
</style>
background-color css
<style>
a { background-color: #A1C67A; }
a { background-color: rgb(161,198,122); }
div.DivClassName
{
background-color: #A1C67A;
}
.BgClassName
{
background-color: #A1C67A;
}
</style>
border-color css
<style>
span { border-color: #A1C67A; }
span { border-color: rgb(161,198,122); }
td.TdClassName
{
border-color: #A1C67A;
}
.TagClassName
{
border-color: #A1C67A;
}
</style>