Shades of Olivine #A1C45E
Tints of Olivine #A1C45E
RGB
CMYK
RGB Variations
Color information
#A1C45E (or 0xA1C45E) is known color: Olivine. HEX triplet: A1, C4 and 5E. RGB value is (161,196,94). Sum of RGB (Red+Green+Blue) = 161+196+94=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C45E is #5E3BA1. Grayscale: #AEAEAE. Windows color (decimal): -6175650 or 6210721. OLE color: 6210721.
HSL color Cylindrical-coordinate representation of color #A1C45E: hue angle of 80.59º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1C45E is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 94 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.23 |
| HSL | 80.59º | 0.46% | 0.57% | - |
| HSV(B) | 80.59º | 0.52% | 0.77% | - |
| XYZ | 36.46 | 47.87 | 17.91 | - |
| YUV | 173.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 94 | 0.18 | 0 | 0.52 | 0.23 | 80.59 | 0.46 | 0.57 |
| Hex | A1 | C4 | 5E | 12 | 0 | 34 | 17 | 51 | 2E | 39 |
| Octal | 241 | 304 | 136 | 22 | 0 | 64 | 27 | 121 | 56 | 71 |
| Binary | 10100001 | 11000100 | 1011110 | 10010 | 0 | 110100 | 10111 | 1010001 | 101110 | 111001 |
Color Harmonies of #A1C45E
Complementary color
Monochromatic Colors of #A1C45E
Black with #A1C45E
Text Example
Text Example
White with #A1C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C45E; }
p { color: rgb(161,196,94); }
H1.HeaderClassName
{
color: #A1C45E;
}
.AnyTagClassName
{
color: #A1C45E;
}
</style>
background-color css
<style>
a { background-color: #A1C45E; }
a { background-color: rgb(161,196,94); }
div.DivClassName
{
background-color: #A1C45E;
}
.BgClassName
{
background-color: #A1C45E;
}
</style>
border-color css
<style>
span { border-color: #A1C45E; }
span { border-color: rgb(161,196,94); }
td.TdClassName
{
border-color: #A1C45E;
}
.TagClassName
{
border-color: #A1C45E;
}
</style>