#a0c66a

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

Shades of Olivine #A0C66A

Tints of Olivine #A0C66A

Color information

#A0C66A (or 0xA0C66A) is unknown color: approx Olivine. HEX triplet: A0, C6 and 6A. RGB value is (160,198,106). Sum of RGB (Red+Green+Blue) = 160+198+106=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C66A is #5F3995. Grayscale: #B0B0B0. Windows color (decimal): -6240662 or 6997664. OLE color: 6997664.

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

Color convert

RGB160198106-
CMYK0.1900.460.22
HSL84.78º44.66%59.61%-
HSV(B)84.78º46.46%77.65%-
XYZ37.2948.921.11-
YUV176.1588.41116.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=34.48%
G=42.67%
B=22.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981060.1900.460.2284.7844.6659.61
HexA0C66A1302E16552d3c
Octal24030615223056261255574
Binary10100000110001101101010100110101110101101010101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0c66a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0c66a; }

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

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

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

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

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

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

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

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