#A0C563

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

Shades of Olivine #A0C563

Tints of Olivine #A0C563

Color information

#A0C563 (or 0xA0C563) is unknown color: approx Olivine. HEX triplet: A0, C5 and 63. RGB value is (160,197,99). Sum of RGB (Red+Green+Blue) = 160+197+99=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C563 is #5F3A9C. Grayscale: #AFAFAF. Windows color (decimal): -6240925 or 6538656. OLE color: 6538656.

HSL color Cylindrical-coordinate representation of color #A0C563: hue angle of 82.65º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0C563 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB16019799-
CMYK0.1900.500.23
HSL82.65º45.79%58.04%-
HSV(B)82.65º49.75%77.25%-
XYZ36.7248.3119.19-
YUV174.7685.24117.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=35.09%
G=43.20%
B=21.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197990.1900.500.2382.6545.7958.04
HexA0C5631303217532e3a
Octal24030514323062271235672
Binary10100000110001011100011100110110010101111010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C563; }

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

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

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

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

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

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

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

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