#A0C566

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

Shades of Olivine #A0C566

Tints of Olivine #A0C566

Color information

#A0C566 (or 0xA0C566) is unknown color: approx Olivine. HEX triplet: A0, C5 and 66. RGB value is (160,197,102). Sum of RGB (Red+Green+Blue) = 160+197+102=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C566 is #5F3A99. Grayscale: #AFAFAF. Windows color (decimal): -6240922 or 6735264. OLE color: 6735264.

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

Color convert

RGB160197102-
CMYK0.1900.480.23
HSL83.37º45.02%58.63%-
HSV(B)83.37º48.22%77.25%-
XYZ36.8648.3719.96-
YUV175.1186.74117.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=34.86%
G=42.92%
B=22.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971020.1900.480.2383.3745.0258.63
HexA0C5661303017532d3b
Octal24030514623060271235573
Binary10100000110001011100110100110110000101111010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C566; }

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

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

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

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

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

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

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

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