#A2C37A

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

Shades of Olivine #A2C37A

Tints of Olivine #A2C37A

Color information

#A2C37A (or 0xA2C37A) is unknown color: approx Olivine. HEX triplet: A2, C3 and 7A. RGB value is (162,195,122). Sum of RGB (Red+Green+Blue) = 162+195+122=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C37A is #5D3C85. Grayscale: #B1B1B1. Windows color (decimal): -6110342 or 8045474. OLE color: 8045474.

HSL color Cylindrical-coordinate representation of color #A2C37A: hue angle of 87.12º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2C37A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB162195122-
CMYK0.1700.370.24
HSL87.12º37.82%62.16%-
HSV(B)87.12º37.44%76.47%-
XYZ37.9348.1225.7-
YUV176.8197.07117.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=33.82%
G=40.71%
B=25.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951220.1700.370.2487.1237.8262.16
HexA2C37A110251857263e
Octal24230317221045301274676
Binary10100010110000111111010100010100101110001010111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C37A; }

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

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

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

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

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

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

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

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