Shades of Olivine #A1C57F
Tints of Olivine #A1C57F
RGB
CMYK
RGB Variations
Color information
#A1C57F (or 0xA1C57F) is known color: Olivine. HEX triplet: A1, C5 and 7F. RGB value is (161,197,127). Sum of RGB (Red+Green+Blue) = 161+197+127=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C57F is #5E3A80. Grayscale: #B2B2B2. Windows color (decimal): -6175361 or 8373665. OLE color: 8373665.
HSL color Cylindrical-coordinate representation of color #A1C57F: hue angle of 90.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C57F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 127 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.23 |
| HSL | 90.86º | 0.38% | 0.64% | - |
| HSV(B) | 90.86º | 0.36% | 0.77% | - |
| XYZ | 38.49 | 49.04 | 27.52 | - |
| YUV | 178.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 127 | 0.18 | 0 | 0.36 | 0.23 | 90.86 | 0.38 | 0.64 |
| Hex | A1 | C5 | 7F | 12 | 0 | 24 | 17 | 5B | 26 | 40 |
| Octal | 241 | 305 | 177 | 22 | 0 | 44 | 27 | 133 | 46 | 100 |
| Binary | 10100001 | 11000101 | 1111111 | 10010 | 0 | 100100 | 10111 | 1011011 | 100110 | 1000000 |
Color Harmonies of #A1C57F
Complementary color
Monochromatic Colors of #A1C57F
Black with #A1C57F
Text Example
Text Example
White with #A1C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C57F; }
p { color: rgb(161,197,127); }
H1.HeaderClassName
{
color: #A1C57F;
}
.AnyTagClassName
{
color: #A1C57F;
}
</style>
background-color css
<style>
a { background-color: #A1C57F; }
a { background-color: rgb(161,197,127); }
div.DivClassName
{
background-color: #A1C57F;
}
.BgClassName
{
background-color: #A1C57F;
}
</style>
border-color css
<style>
span { border-color: #A1C57F; }
span { border-color: rgb(161,197,127); }
td.TdClassName
{
border-color: #A1C57F;
}
.TagClassName
{
border-color: #A1C57F;
}
</style>