#9AB49E

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

Shades of Edward #9AB49E

Tints of Edward #9AB49E

Color information

#9AB49E (or 0x9AB49E) is unknown color: approx Edward. HEX triplet: 9A, B4 and 9E. RGB value is (154,180,158). Sum of RGB (Red+Green+Blue) = 154+180+158=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB49E is #654B61. Grayscale: #A9A9A9. Windows color (decimal): -6638434 or 10400922. OLE color: 10400922.

HSL color Cylindrical-coordinate representation of color #9AB49E: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB49E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB154180158-
CMYK0.1400.120.29
HSL129.23º14.77%65.49%-
HSV(B)129.23º14.44%70.59%-
XYZ35.8241.9838.56-
YUV169.72121.39116.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=31.30%
G=36.59%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801580.1400.120.29129.2314.7765.49
Hex9AB49EE0C1D81f41
Octal232264236160143520117101
Binary100110101011010010011110111001100111011000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,158); }

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

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

 a { background-color: rgb(154,180,158); }

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

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

 span { border-color: rgb(154,180,158); }

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