#9AB7AF

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

Shades of Shadow Green #9AB7AF

Tints of Shadow Green #9AB7AF

Color information

#9AB7AF (or 0x9AB7AF) is unknown color: approx Shadow Green. HEX triplet: 9A, B7 and AF. RGB value is (154,183,175). Sum of RGB (Red+Green+Blue) = 154+183+175=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB7AF is #654850. Grayscale: #ADADAD. Windows color (decimal): -6637649 or 11515802. OLE color: 11515802.

HSL color Cylindrical-coordinate representation of color #9AB7AF: hue angle of 163.45º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB7AF is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB154183175-
CMYK0.1600.040.28
HSL163.45º16.76%66.08%-
HSV(B)163.45º15.85%71.76%-
XYZ3843.8347.02-
YUV173.42128.89114.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=30.08%
G=35.74%
B=34.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541831750.1600.040.28163.4516.7666.08
Hex9AB7AF10041Ca31142
Octal23226725720043424321102
Binary1001101010110111101011111000001001110010100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,175); }

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

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

 a { background-color: rgb(154,183,175); }

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

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

 span { border-color: rgb(154,183,175); }

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