Shades of Olivine #A2C57B
Tints of Olivine #A2C57B
RGB
CMYK
RGB Variations
Color information
#A2C57B (or 0xA2C57B) is known color: Olivine. HEX triplet: A2, C5 and 7B. RGB value is (162,197,123). Sum of RGB (Red+Green+Blue) = 162+197+123=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C57B is #5D3A84. Grayscale: #B2B2B2. Windows color (decimal): -6109829 or 8111522. OLE color: 8111522.
HSL color Cylindrical-coordinate representation of color #A2C57B: hue angle of 88.38º 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 #A2C57B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 123 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.23 |
| HSL | 88.38º | 0.39% | 0.63% | - |
| HSV(B) | 88.38º | 0.38% | 0.77% | - |
| XYZ | 38.44 | 49.04 | 26.18 | - |
| YUV | 178.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 123 | 0.18 | 0 | 0.38 | 0.23 | 88.38 | 0.39 | 0.63 |
| Hex | A2 | C5 | 7B | 12 | 0 | 26 | 17 | 58 | 27 | 3F |
| Octal | 242 | 305 | 173 | 22 | 0 | 46 | 27 | 130 | 47 | 77 |
| Binary | 10100010 | 11000101 | 1111011 | 10010 | 0 | 100110 | 10111 | 1011000 | 100111 | 111111 |
Color Harmonies of #A2C57B
Complementary color
Monochromatic Colors of #A2C57B
Black with #A2C57B
Text Example
Text Example
White with #A2C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C57B; }
p { color: rgb(162,197,123); }
H1.HeaderClassName
{
color: #A2C57B;
}
.AnyTagClassName
{
color: #A2C57B;
}
</style>
background-color css
<style>
a { background-color: #A2C57B; }
a { background-color: rgb(162,197,123); }
div.DivClassName
{
background-color: #A2C57B;
}
.BgClassName
{
background-color: #A2C57B;
}
</style>
border-color css
<style>
span { border-color: #A2C57B; }
span { border-color: rgb(162,197,123); }
td.TdClassName
{
border-color: #A2C57B;
}
.TagClassName
{
border-color: #A2C57B;
}
</style>