#A0C879

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

Shades of Olivine #A0C879

Tints of Olivine #A0C879

Color information

#A0C879 (or 0xA0C879) is unknown color: approx Olivine. HEX triplet: A0, C8 and 79. RGB value is (160,200,121). Sum of RGB (Red+Green+Blue) = 160+200+121=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C879 is #5F3786. Grayscale: #B3B3B3. Windows color (decimal): -6240135 or 7981216. OLE color: 7981216.

HSL color Cylindrical-coordinate representation of color #A0C879: hue angle of 90.38º 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 #A0C879 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB160200121-
CMYK0.200.390.22
HSL90.38º41.8%62.94%-
HSV(B)90.38º39.5%78.43%-
XYZ38.650.1625.74-
YUV179.0395.25114.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=33.26%
G=41.58%
B=25.16%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001210.200.390.2290.3841.862.94
HexA0C87914027165a2a3f
Octal24031017124047261325277
Binary10100000110010001111001101000100111101101011010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C879; }

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

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

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

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

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

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

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

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