#A0C579

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

Shades of Olivine #A0C579

Tints of Olivine #A0C579

Color information

#A0C579 (or 0xA0C579) is unknown color: approx Olivine. HEX triplet: A0, C5 and 79. RGB value is (160,197,121). Sum of RGB (Red+Green+Blue) = 160+197+121=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C579 is #5F3A86. Grayscale: #B1B1B1. Windows color (decimal): -6240903 or 7980448. OLE color: 7980448.

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

Color convert

RGB160197121-
CMYK0.1900.390.23
HSL89.21º39.58%62.35%-
HSV(B)89.21º38.58%77.25%-
XYZ37.9148.7925.51-
YUV177.2796.24115.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=33.47%
G=41.21%
B=25.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971210.1900.390.2389.2139.5862.35
HexA0C579130271759283e
Octal24030517123047271315076
Binary10100000110001011111001100110100111101111011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C579; }

 p { color: rgb(160,197,121); }

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

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

 a { background-color: rgb(160,197,121); }

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

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

 span { border-color: rgb(160,197,121); }

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