#A2C45D

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

Shades of Olivine #A2C45D

Tints of Olivine #A2C45D

Color information

#A2C45D (or 0xA2C45D) is unknown color: approx Olivine. HEX triplet: A2, C4 and 5D. RGB value is (162,196,93). Sum of RGB (Red+Green+Blue) = 162+196+93=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C45D is #5D3BA2. Grayscale: #AEAEAE. Windows color (decimal): -6110115 or 6145186. OLE color: 6145186.

HSL color Cylindrical-coordinate representation of color #A2C45D: hue angle of 79.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2C45D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB16219693-
CMYK0.1700.530.23
HSL79.81º46.61%56.67%-
HSV(B)79.81º52.55%76.86%-
XYZ36.6247.9517.68-
YUV174.0982.24119.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=35.92%
G=43.46%
B=20.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162196930.1700.530.2379.8146.6156.67
HexA2C45D1103517502f39
Octal24230413521065271205771
Binary10100010110001001011101100010110101101111010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C45D; }

 p { color: rgb(162,196,93); }

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

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

 a { background-color: rgb(162,196,93); }

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

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

 span { border-color: rgb(162,196,93); }

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