#9AC3C1

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

Shades of Shadow Green #9AC3C1

Tints of Shadow Green #9AC3C1

Color information

#9AC3C1 (or 0x9AC3C1) is unknown color: approx Shadow Green. HEX triplet: 9A, C3 and C1. RGB value is (154,195,193). Sum of RGB (Red+Green+Blue) = 154+195+193=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC3C1 is #653C3E. Grayscale: #B6B6B6. Windows color (decimal): -6634559 or 12698522. OLE color: 12698522.

HSL color Cylindrical-coordinate representation of color #9AC3C1: hue angle of 177.07º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3C1 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB154195193-
CMYK0.2100.010.24
HSL177.07º25.47%68.43%-
HSV(B)177.07º21.03%76.47%-
XYZ42.4749.7557.82-
YUV182.51133.92107.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.41%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=28.41%
G=35.98%
B=35.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951930.2100.010.24177.0725.4768.43
Hex9AC3C1150118b11944
Octal23230330125013026131104
Binary10011010110000111100000110101011100010110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC3C1; }

 p { color: rgb(154,195,193); }

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

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

 a { background-color: rgb(154,195,193); }

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

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

 span { border-color: rgb(154,195,193); }

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