#A1C671

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

Shades of Olivine #A1C671

Tints of Olivine #A1C671

Color information

#A1C671 (or 0xA1C671) is unknown color: approx Olivine. HEX triplet: A1, C6 and 71. RGB value is (161,198,113). Sum of RGB (Red+Green+Blue) = 161+198+113=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C671 is #5E398E. Grayscale: #B1B1B1. Windows color (decimal): -6175119 or 7456417. OLE color: 7456417.

HSL color Cylindrical-coordinate representation of color #A1C671: hue angle of 86.12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1C671 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB161198113-
CMYK0.1900.430.22
HSL86.12º42.71%60.98%-
HSV(B)86.12º42.93%77.65%-
XYZ37.8749.1623.12-
YUV177.2591.74116.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=34.11%
G=41.95%
B=23.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981130.1900.430.2286.1242.7160.98
HexA1C6711302B16562b3d
Octal24130616123053261265375
Binary10100001110001101110001100110101011101101010110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C671; }

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

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

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

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

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

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

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

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