#A0C86A

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

Shades of Olivine #A0C86A

Tints of Olivine #A0C86A

Color information

#A0C86A (or 0xA0C86A) is unknown color: approx Olivine. HEX triplet: A0, C8 and 6A. RGB value is (160,200,106). Sum of RGB (Red+Green+Blue) = 160+200+106=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C86A is #5F3795. Grayscale: #B1B1B1. Windows color (decimal): -6240150 or 6998176. OLE color: 6998176.

HSL color Cylindrical-coordinate representation of color #A0C86A: hue angle of 85.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0C86A is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB160200106-
CMYK0.200.470.22
HSL85.53º46.08%60%-
HSV(B)85.53º47%78.43%-
XYZ37.7549.8221.26-
YUV177.3287.75115.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=34.33%
G=42.92%
B=22.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001060.200.470.2285.5346.0860
HexA0C86A1402F16562e3c
Octal24031015224057261265674
Binary10100000110010001101010101000101111101101010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C86A; }

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

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

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

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

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

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

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

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