#A1C1B7

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

Shades of Shadow Green #A1C1B7

Tints of Shadow Green #A1C1B7

Color information

#A1C1B7 (or 0xA1C1B7) is unknown color: approx Shadow Green. HEX triplet: A1, C1 and B7. RGB value is (161,193,183). Sum of RGB (Red+Green+Blue) = 161+193+183=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1B7 is #5E3E48. Grayscale: #B6B6B6. Windows color (decimal): -6176329 or 12042657. OLE color: 12042657.

HSL color Cylindrical-coordinate representation of color #A1C1B7: hue angle of 161.25º 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 #A1C1B7 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB161193183-
CMYK0.1700.050.24
HSL161.25º20.51%69.41%-
HSV(B)161.25º16.58%75.69%-
XYZ42.3249.1452.05-
YUV182.29128.4112.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=29.98%
G=35.94%
B=34.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931830.1700.050.24161.2520.5169.41
HexA1C1B7110518a11545
Octal24130126721053024125105
Binary1010000111000001101101111000101011100010100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1B7; }

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

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

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

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

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

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

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

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