#A1C171

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

Shades of Olivine #A1C171

Tints of Olivine #A1C171

Color information

#A1C171 (or 0xA1C171) is unknown color: approx Olivine. HEX triplet: A1, C1 and 71. RGB value is (161,193,113). Sum of RGB (Red+Green+Blue) = 161+193+113=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C171 is #5E3E8E. Grayscale: #AEAEAE. Windows color (decimal): -6176399 or 7455137. OLE color: 7455137.

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

Color convert

RGB161193113-
CMYK0.1700.410.24
HSL84º39.22%60%-
HSV(B)84º41.45%75.69%-
XYZ36.7546.9122.74-
YUV174.3193.4118.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=34.48%
G=41.33%
B=24.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931130.1700.410.248439.2260
HexA1C171110291854273c
Octal24130116121051301244774
Binary10100001110000011110001100010101001110001010100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C171; }

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

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

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

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

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

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

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

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