#A2C57A

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

Shades of Olivine #A2C57A

Tints of Olivine #A2C57A

Color information

#A2C57A (or 0xA2C57A) is unknown color: approx Olivine. HEX triplet: A2, C5 and 7A. RGB value is (162,197,122). Sum of RGB (Red+Green+Blue) = 162+197+122=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C57A is #5D3A85. Grayscale: #B2B2B2. Windows color (decimal): -6109830 or 8045986. OLE color: 8045986.

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

Color convert

RGB162197122-
CMYK0.1800.380.23
HSL88º39.27%62.55%-
HSV(B)88º38.07%77.25%-
XYZ38.3849.0225.85-
YUV177.9896.4116.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=33.68%
G=40.96%
B=25.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971220.1800.380.238839.2762.55
HexA2C57A120261758273f
Octal24230517222046271304777
Binary10100010110001011111010100100100110101111011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C57A; }

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

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

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

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

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

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

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

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