#A2C364

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

Shades of Olivine #A2C364

Tints of Olivine #A2C364

Color information

#A2C364 (or 0xA2C364) is unknown color: approx Olivine. HEX triplet: A2, C3 and 64. RGB value is (162,195,100). Sum of RGB (Red+Green+Blue) = 162+195+100=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C364 is #5D3C9B. Grayscale: #AEAEAE. Windows color (decimal): -6110364 or 6603682. OLE color: 6603682.

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

Color convert

RGB162195100-
CMYK0.1700.490.24
HSL80.84º44.19%57.84%-
HSV(B)80.84º48.72%76.47%-
XYZ36.7247.6319.32-
YUV174.386.07119.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=35.45%
G=42.67%
B=21.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951000.1700.490.2480.8444.1957.84
HexA2C3641103118512c3a
Octal24230314421061301215472
Binary10100010110000111100100100010110001110001010001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C364; }

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

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

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

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

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

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

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

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