Shades of Olivine #A2C65C
Tints of Olivine #A2C65C
RGB
CMYK
RGB Variations
Color information
#A2C65C (or 0xA2C65C) is known color: Olivine. HEX triplet: A2, C6 and 5C. RGB value is (162,198,92). Sum of RGB (Red+Green+Blue) = 162+198+92=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C65C is #5D39A3. Grayscale: #AFAFAF. Windows color (decimal): -6109604 or 6080162. OLE color: 6080162.
HSL color Cylindrical-coordinate representation of color #A2C65C: hue angle of 80.38º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2C65C is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 92 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.22 |
| HSL | 80.38º | 0.48% | 0.57% | - |
| HSV(B) | 80.38º | 0.54% | 0.78% | - |
| XYZ | 37.03 | 48.84 | 17.6 | - |
| YUV | 175.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 92 | 0.18 | 0 | 0.54 | 0.22 | 80.38 | 0.48 | 0.57 |
| Hex | A2 | C6 | 5C | 12 | 0 | 36 | 16 | 50 | 30 | 39 |
| Octal | 242 | 306 | 134 | 22 | 0 | 66 | 26 | 120 | 60 | 71 |
| Binary | 10100010 | 11000110 | 1011100 | 10010 | 0 | 110110 | 10110 | 1010000 | 110000 | 111001 |
Color Harmonies of #A2C65C
Complementary color
Monochromatic Colors of #A2C65C
Black with #A2C65C
Text Example
Text Example
White with #A2C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C65C; }
p { color: rgb(162,198,92); }
H1.HeaderClassName
{
color: #A2C65C;
}
.AnyTagClassName
{
color: #A2C65C;
}
</style>
background-color css
<style>
a { background-color: #A2C65C; }
a { background-color: rgb(162,198,92); }
div.DivClassName
{
background-color: #A2C65C;
}
.BgClassName
{
background-color: #A2C65C;
}
</style>
border-color css
<style>
span { border-color: #A2C65C; }
span { border-color: rgb(162,198,92); }
td.TdClassName
{
border-color: #A2C65C;
}
.TagClassName
{
border-color: #A2C65C;
}
</style>