#A3C175

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

Shades of Olivine #A3C175

Tints of Olivine #A3C175

Color information

#A3C175 (or 0xA3C175) is unknown color: approx Olivine. HEX triplet: A3, C1 and 75. RGB value is (163,193,117). Sum of RGB (Red+Green+Blue) = 163+193+117=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C175 is #5C3E8A. Grayscale: #AFAFAF. Windows color (decimal): -6045323 or 7717283. OLE color: 7717283.

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

Color convert

RGB163193117-
CMYK0.1600.390.24
HSL83.68º38%60.78%-
HSV(B)83.68º39.38%75.69%-
XYZ37.3947.2123.97-
YUV175.3795.06119.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=34.46%
G=40.80%
B=24.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931170.1600.390.2483.683860.78
HexA3C175100271854263d
Octal24330116520047301244675
Binary10100011110000011110101100000100111110001010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C175; }

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

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

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

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

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

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

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

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