#A2C161

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

Shades of Olivine #A2C161

Tints of Olivine #A2C161

Color information

#A2C161 (or 0xA2C161) is unknown color: approx Olivine. HEX triplet: A2, C1 and 61. RGB value is (162,193,97). Sum of RGB (Red+Green+Blue) = 162+193+97=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C161 is #5D3E9E. Grayscale: #ADADAD. Windows color (decimal): -6110879 or 6406562. OLE color: 6406562.

HSL color Cylindrical-coordinate representation of color #A2C161: hue angle of 79.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2C161 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16219397-
CMYK0.1600.500.24
HSL79.38º43.64%56.86%-
HSV(B)79.38º49.74%75.69%-
XYZ36.1346.6818.42-
YUV172.7985.23120.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=35.84%
G=42.70%
B=21.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162193970.1600.500.2479.3843.6456.86
HexA2C16110032184f2c39
Octal24230114120062301175471
Binary10100010110000011100001100000110010110001001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C161; }

 p { color: rgb(162,193,97); }

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

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

 a { background-color: rgb(162,193,97); }

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

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

 span { border-color: rgb(162,193,97); }

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