#A1C1B9

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

Shades of Shadow Green #A1C1B9

Tints of Shadow Green #A1C1B9

Color information

#A1C1B9 (or 0xA1C1B9) is unknown color: approx Shadow Green. HEX triplet: A1, C1 and B9. RGB value is (161,193,185). Sum of RGB (Red+Green+Blue) = 161+193+185=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1B9 is #5E3E46. Grayscale: #B6B6B6. Windows color (decimal): -6176327 or 12173729. OLE color: 12173729.

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

Color convert

RGB161193185-
CMYK0.1700.040.24
HSL165º20.51%69.41%-
HSV(B)165º16.58%75.69%-
XYZ42.5249.2253.16-
YUV182.52129.4112.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=29.87%
G=35.81%
B=34.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931850.1700.040.2416520.5169.41
HexA1C1B9110418a51545
Octal24130127121043024525105
Binary1010000111000001101110011000101001100010100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1B9; }

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

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

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

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

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

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

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

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