#A2C573

Color #A2C573 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A2C573

Tints of Olivine #A2C573

Color information

#A2C573 (or 0xA2C573) is unknown color: approx Olivine. HEX triplet: A2, C5 and 73. RGB value is (162,197,115). Sum of RGB (Red+Green+Blue) = 162+197+115=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C573 is #5D3A8C. Grayscale: #B1B1B1. Windows color (decimal): -6109837 or 7587234. OLE color: 7587234.

HSL color Cylindrical-coordinate representation of color #A2C573: hue angle of 85.61º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C573 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB162197115-
CMYK0.1800.420.23
HSL85.61º41.41%61.18%-
HSV(B)85.61º41.62%77.25%-
XYZ37.9648.8523.65-
YUV177.1992.9117.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=34.18%
G=41.56%
B=24.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971150.1800.420.2385.6141.4161.18
HexA2C5731202A1756293d
Octal24230516322052271265175
Binary10100010110001011110011100100101010101111010110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C573; }

 p { color: rgb(162,197,115); }

 H1.HeaderClassName
 {
   color: #A2C573;
 }
 .AnyTagClassName
 {
   color: #A2C573;
 }
</style>
background-color css

<style>
 a { background-color: #A2C573; }

 a { background-color: rgb(162,197,115); }

 div.DivClassName
 {
   background-color: #A2C573;
 }
 .BgClassName
 {
   background-color: #A2C573;
 }
</style>
border-color css

<style>
 span { border-color: #A2C573; }

 span { border-color: rgb(162,197,115); }

 td.TdClassName
 {
   border-color: #A2C573;
 }
 .TagClassName
 {
   border-color: #A2C573;
 }
</style>