#A3C35E

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

Shades of Olivine #A3C35E

Tints of Olivine #A3C35E

Color information

#A3C35E (or 0xA3C35E) is unknown color: approx Olivine. HEX triplet: A3, C3 and 5E. RGB value is (163,195,94). Sum of RGB (Red+Green+Blue) = 163+195+94=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C35E is #5C3CA1. Grayscale: #AEAEAE. Windows color (decimal): -6044834 or 6210467. OLE color: 6210467.

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

Color convert

RGB16319594-
CMYK0.1600.520.24
HSL79.01º45.7%56.67%-
HSV(B)79.01º51.79%76.47%-
XYZ36.6447.6217.85-
YUV173.9282.9120.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=36.06%
G=43.14%
B=20.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163195940.1600.520.2479.0145.756.67
HexA3C35E10034184f2e39
Octal24330313620064301175671
Binary10100011110000111011110100000110100110001001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C35E; }

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

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

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

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

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

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

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

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