Shades of Olivine #A1C26D
Tints of Olivine #A1C26D
RGB
CMYK
RGB Variations
Color information
#A1C26D (or 0xA1C26D) is known color: Olivine. HEX triplet: A1, C2 and 6D. RGB value is (161,194,109). Sum of RGB (Red+Green+Blue) = 161+194+109=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C26D is #5E3D92. Grayscale: #AEAEAE. Windows color (decimal): -6176147 or 7193249. OLE color: 7193249.
HSL color Cylindrical-coordinate representation of color #A1C26D: hue angle of 83.29º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1C26D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 109 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.24 |
| HSL | 83.29º | 0.41% | 0.59% | - |
| HSV(B) | 83.29º | 0.44% | 0.76% | - |
| XYZ | 36.75 | 47.26 | 21.65 | - |
| YUV | 174.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 109 | 0.17 | 0 | 0.44 | 0.24 | 83.29 | 0.41 | 0.59 |
| Hex | A1 | C2 | 6D | 11 | 0 | 2C | 18 | 53 | 29 | 3B |
| Octal | 241 | 302 | 155 | 21 | 0 | 54 | 30 | 123 | 51 | 73 |
| Binary | 10100001 | 11000010 | 1101101 | 10001 | 0 | 101100 | 11000 | 1010011 | 101001 | 111011 |
Color Harmonies of #A1C26D
Complementary color
Monochromatic Colors of #A1C26D
Black with #A1C26D
Text Example
Text Example
White with #A1C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C26D; }
p { color: rgb(161,194,109); }
H1.HeaderClassName
{
color: #A1C26D;
}
.AnyTagClassName
{
color: #A1C26D;
}
</style>
background-color css
<style>
a { background-color: #A1C26D; }
a { background-color: rgb(161,194,109); }
div.DivClassName
{
background-color: #A1C26D;
}
.BgClassName
{
background-color: #A1C26D;
}
</style>
border-color css
<style>
span { border-color: #A1C26D; }
span { border-color: rgb(161,194,109); }
td.TdClassName
{
border-color: #A1C26D;
}
.TagClassName
{
border-color: #A1C26D;
}
</style>