#A3C55D

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

Shades of Olivine #A3C55D

Tints of Olivine #A3C55D

Color information

#A3C55D (or 0xA3C55D) is unknown color: approx Olivine. HEX triplet: A3, C5 and 5D. RGB value is (163,197,93). Sum of RGB (Red+Green+Blue) = 163+197+93=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C55D is #5C3AA2. Grayscale: #AFAFAF. Windows color (decimal): -6044323 or 6145443. OLE color: 6145443.

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

Color convert

RGB16319793-
CMYK0.1700.530.23
HSL79.62º47.27%56.86%-
HSV(B)79.62º52.79%77.25%-
XYZ37.0548.5117.77-
YUV174.9881.74119.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 197 (77.34% from 255) = 43.49%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=35.98%
G=43.49%
B=20.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163197930.1700.530.2379.6247.2756.86
HexA3C55D1103517502f39
Octal24330513521065271205771
Binary10100011110001011011101100010110101101111010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C55D; }

 p { color: rgb(163,197,93); }

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

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

 a { background-color: rgb(163,197,93); }

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

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

 span { border-color: rgb(163,197,93); }

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