#a3c170

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

Shades of Olivine #A3C170

Tints of Olivine #A3C170

Color information

#A3C170 (or 0xA3C170) is unknown color: approx Olivine. HEX triplet: A3, C1 and 70. RGB value is (163,193,112). Sum of RGB (Red+Green+Blue) = 163+193+112=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C170 is #5C3E8F. Grayscale: #AFAFAF. Windows color (decimal): -6045328 or 7389603. OLE color: 7389603.

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

Color convert

RGB163193112-
CMYK0.1600.420.24
HSL82.22º39.51%59.8%-
HSV(B)82.22º41.97%75.69%-
XYZ37.147.122.46-
YUV174.892.56119.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=34.83%
G=41.24%
B=23.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931120.1600.420.2482.2239.5159.8
HexA3C1701002A1852283c
Octal24330116020052301225074
Binary10100011110000011110000100000101010110001010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3c170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3c170; }

 p { color: rgb(163,193,112); }

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

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

 a { background-color: rgb(163,193,112); }

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

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

 span { border-color: rgb(163,193,112); }

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