#A2C16E

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

Shades of Olivine #A2C16E

Tints of Olivine #A2C16E

Color information

#A2C16E (or 0xA2C16E) is unknown color: approx Olivine. HEX triplet: A2, C1 and 6E. RGB value is (162,193,110). Sum of RGB (Red+Green+Blue) = 162+193+110=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C16E is #5D3E91. Grayscale: #AEAEAE. Windows color (decimal): -6110866 or 7258530. OLE color: 7258530.

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

Color convert

RGB162193110-
CMYK0.1600.430.24
HSL82.41º40.1%59.41%-
HSV(B)82.41º43.01%75.69%-
XYZ36.7846.9521.87-
YUV174.2791.73119.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=34.84%
G=41.51%
B=23.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931100.1600.430.2482.4140.159.41
HexA2C16E1002B1852283b
Octal24230115620053301225073
Binary10100010110000011101110100000101011110001010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C16E; }

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

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

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

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

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

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

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

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