#A2C16A

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

Shades of Olivine #A2C16A

Tints of Olivine #A2C16A

Color information

#A2C16A (or 0xA2C16A) is unknown color: approx Olivine. HEX triplet: A2, C1 and 6A. RGB value is (162,193,106). Sum of RGB (Red+Green+Blue) = 162+193+106=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C16A is #5D3E95. Grayscale: #AEAEAE. Windows color (decimal): -6110870 or 6996386. OLE color: 6996386.

HSL color Cylindrical-coordinate representation of color #A2C16A: hue angle of 81.38º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2C16A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB162193106-
CMYK0.1600.450.24
HSL81.38º41.23%58.63%-
HSV(B)81.38º45.08%75.69%-
XYZ36.5746.8620.75-
YUV173.8189.73119.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=35.14%
G=41.87%
B=22.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931060.1600.450.2481.3841.2358.63
HexA2C16A1002D1851293b
Octal24230115220055301215173
Binary10100010110000011101010100000101101110001010001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C16A; }

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

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

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

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

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

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

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

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