#A1C173

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

Shades of Olivine #A1C173

Tints of Olivine #A1C173

Color information

#A1C173 (or 0xA1C173) is unknown color: approx Olivine. HEX triplet: A1, C1 and 73. RGB value is (161,193,115). Sum of RGB (Red+Green+Blue) = 161+193+115=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C173 is #5E3E8C. Grayscale: #AEAEAE. Windows color (decimal): -6176397 or 7586209. OLE color: 7586209.

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

Color convert

RGB161193115-
CMYK0.1700.400.24
HSL84.62º38.61%60.39%-
HSV(B)84.62º40.41%75.69%-
XYZ36.8646.9523.34-
YUV174.5494.4118.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=34.33%
G=41.15%
B=24.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931150.1700.400.2484.6238.6160.39
HexA1C173110281855273c
Octal24130116321050301254774
Binary10100001110000011110011100010101000110001010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C173; }

 p { color: rgb(161,193,115); }

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

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

 a { background-color: rgb(161,193,115); }

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

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

 span { border-color: rgb(161,193,115); }

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