#a2c36e

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

Shades of Olivine #A2C36E

Tints of Olivine #A2C36E

Color information

#A2C36E (or 0xA2C36E) is unknown color: approx Olivine. HEX triplet: A2, C3 and 6E. RGB value is (162,195,110). Sum of RGB (Red+Green+Blue) = 162+195+110=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C36E is #5D3C91. Grayscale: #AFAFAF. Windows color (decimal): -6110354 or 7259042. OLE color: 7259042.

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

Color convert

RGB162195110-
CMYK0.1700.440.24
HSL83.29º41.46%59.8%-
HSV(B)83.29º43.59%76.47%-
XYZ37.2347.8422.02-
YUV175.4491.07118.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=34.69%
G=41.76%
B=23.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951100.1700.440.2483.2941.4659.8
HexA2C36E1102C1853293c
Octal24230315621054301235174
Binary10100010110000111101110100010101100110001010011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2c36e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2c36e; }

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

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

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

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

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

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

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

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