#A2C56D

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

Shades of Olivine #A2C56D

Tints of Olivine #A2C56D

Color information

#A2C56D (or 0xA2C56D) is unknown color: approx Olivine. HEX triplet: A2, C5 and 6D. RGB value is (162,197,109). Sum of RGB (Red+Green+Blue) = 162+197+109=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C56D is #5D3A92. Grayscale: #B0B0B0. Windows color (decimal): -6109843 or 7194018. OLE color: 7194018.

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

Color convert

RGB162197109-
CMYK0.1800.450.23
HSL83.86º43.14%60%-
HSV(B)83.86º44.67%77.25%-
XYZ37.6348.7221.89-
YUV176.589.9117.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=34.62%
G=42.09%
B=23.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971090.1800.450.2383.8643.1460
HexA2C56D1202D17542b3c
Octal24230515522055271245374
Binary10100010110001011101101100100101101101111010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C56D; }

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

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

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

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

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

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

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

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