#A2C879

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

Shades of Olivine #A2C879

Tints of Olivine #A2C879

Color information

#A2C879 (or 0xA2C879) is unknown color: approx Olivine. HEX triplet: A2, C8 and 79. RGB value is (162,200,121). Sum of RGB (Red+Green+Blue) = 162+200+121=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C879 is #5D3786. Grayscale: #B3B3B3. Windows color (decimal): -6109063 or 7981218. OLE color: 7981218.

HSL color Cylindrical-coordinate representation of color #A2C879: hue angle of 88.86º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C879 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB162200121-
CMYK0.1900.390.22
HSL88.86º41.8%62.94%-
HSV(B)88.86º39.5%78.43%-
XYZ39.0150.3725.76-
YUV179.6394.91115.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=33.54%
G=41.41%
B=25.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001210.1900.390.2288.8641.862.94
HexA2C8791302716592a3f
Octal24231017123047261315277
Binary10100010110010001111001100110100111101101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C879; }

 p { color: rgb(162,200,121); }

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

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

 a { background-color: rgb(162,200,121); }

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

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

 span { border-color: rgb(162,200,121); }

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