#A0C071

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

Shades of Olivine #A0C071

Tints of Olivine #A0C071

Color information

#A0C071 (or 0xA0C071) is unknown color: approx Olivine. HEX triplet: A0, C0 and 71. RGB value is (160,192,113). Sum of RGB (Red+Green+Blue) = 160+192+113=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C071 is #5F3F8E. Grayscale: #ADADAD. Windows color (decimal): -6242191 or 7454880. OLE color: 7454880.

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

Color convert

RGB160192113-
CMYK0.1700.410.25
HSL84.3º38.54%59.8%-
HSV(B)84.3º41.15%75.29%-
XYZ36.3346.3722.66-
YUV173.4393.9118.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=34.41%
G=41.29%
B=24.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921130.1700.410.2584.338.5459.8
HexA0C071110291954273c
Octal24030016121051311244774
Binary10100000110000001110001100010101001110011010100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C071; }

 p { color: rgb(160,192,113); }

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

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

 a { background-color: rgb(160,192,113); }

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

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

 span { border-color: rgb(160,192,113); }

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