#A3C35C

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

Shades of Olivine #A3C35C

Tints of Olivine #A3C35C

Color information

#A3C35C (or 0xA3C35C) is unknown color: approx Olivine. HEX triplet: A3, C3 and 5C. RGB value is (163,195,92). Sum of RGB (Red+Green+Blue) = 163+195+92=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C35C is #5C3CA3. Grayscale: #AEAEAE. Windows color (decimal): -6044836 or 6079395. OLE color: 6079395.

HSL color Cylindrical-coordinate representation of color #A3C35C: hue angle of 78.64º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3C35C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB16319592-
CMYK0.1600.530.24
HSL78.64º46.19%56.27%-
HSV(B)78.64º52.82%76.47%-
XYZ36.5547.5917.38-
YUV173.6981.9120.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=36.22%
G=43.33%
B=20.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163195920.1600.530.2478.6446.1956.27
HexA3C35C10035184f2e38
Octal24330313420065301175670
Binary10100011110000111011100100000110101110001001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C35C; }

 p { color: rgb(163,195,92); }

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

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

 a { background-color: rgb(163,195,92); }

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

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

 span { border-color: rgb(163,195,92); }

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