#A3C460

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

Shades of Olivine #A3C460

Tints of Olivine #A3C460

Color information

#A3C460 (or 0xA3C460) is unknown color: approx Olivine. HEX triplet: A3, C4 and 60. RGB value is (163,196,96). Sum of RGB (Red+Green+Blue) = 163+196+96=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C460 is #5C3B9F. Grayscale: #AFAFAF. Windows color (decimal): -6044576 or 6341795. OLE color: 6341795.

HSL color Cylindrical-coordinate representation of color #A3C460: hue angle of 79.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3C460 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB16319696-
CMYK0.1700.510.23
HSL79.8º45.87%57.25%-
HSV(B)79.8º51.02%76.86%-
XYZ36.9648.1118.4-
YUV174.7383.57119.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 196 (76.95% from 255) = 43.08%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=35.82%
G=43.08%
B=21.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163196960.1700.510.2379.845.8757.25
HexA3C4601103317502e39
Octal24330414021063271205671
Binary10100011110001001100000100010110011101111010000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C460; }

 p { color: rgb(163,196,96); }

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

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

 a { background-color: rgb(163,196,96); }

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

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

 span { border-color: rgb(163,196,96); }

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