Shades of Olivine #A1C57B
Tints of Olivine #A1C57B
RGB
CMYK
RGB Variations
Color information
#A1C57B (or 0xA1C57B) is known color: Olivine. HEX triplet: A1, C5 and 7B. RGB value is (161,197,123). Sum of RGB (Red+Green+Blue) = 161+197+123=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C57B is #5E3A84. Grayscale: #B2B2B2. Windows color (decimal): -6175365 or 8111521. OLE color: 8111521.
HSL color Cylindrical-coordinate representation of color #A1C57B: hue angle of 89.19º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1C57B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 123 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.23 |
| HSL | 89.19º | 0.39% | 0.63% | - |
| HSV(B) | 89.19º | 0.38% | 0.77% | - |
| XYZ | 38.24 | 48.94 | 26.17 | - |
| YUV | 177.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 123 | 0.18 | 0 | 0.38 | 0.23 | 89.19 | 0.39 | 0.63 |
| Hex | A1 | C5 | 7B | 12 | 0 | 26 | 17 | 59 | 27 | 3F |
| Octal | 241 | 305 | 173 | 22 | 0 | 46 | 27 | 131 | 47 | 77 |
| Binary | 10100001 | 11000101 | 1111011 | 10010 | 0 | 100110 | 10111 | 1011001 | 100111 | 111111 |
Color Harmonies of #A1C57B
Complementary color
Monochromatic Colors of #A1C57B
Black with #A1C57B
Text Example
Text Example
White with #A1C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C57B; }
p { color: rgb(161,197,123); }
H1.HeaderClassName
{
color: #A1C57B;
}
.AnyTagClassName
{
color: #A1C57B;
}
</style>
background-color css
<style>
a { background-color: #A1C57B; }
a { background-color: rgb(161,197,123); }
div.DivClassName
{
background-color: #A1C57B;
}
.BgClassName
{
background-color: #A1C57B;
}
</style>
border-color css
<style>
span { border-color: #A1C57B; }
span { border-color: rgb(161,197,123); }
td.TdClassName
{
border-color: #A1C57B;
}
.TagClassName
{
border-color: #A1C57B;
}
</style>