#9AB39C

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

Shades of Edward #9AB39C

Tints of Edward #9AB39C

Color information

#9AB39C (or 0x9AB39C) is unknown color: approx Edward. HEX triplet: 9A, B3 and 9C. RGB value is (154,179,156). Sum of RGB (Red+Green+Blue) = 154+179+156=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB39C is #654C63. Grayscale: #A8A8A8. Windows color (decimal): -6638692 or 10269594. OLE color: 10269594.

HSL color Cylindrical-coordinate representation of color #9AB39C: hue angle of 124.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB39C is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB154179156-
CMYK0.1400.130.30
HSL124.8º14.12%65.29%-
HSV(B)124.8º13.97%70.2%-
XYZ35.4541.5137.6-
YUV168.9120.72117.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=31.49%
G=36.61%
B=31.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791560.1400.130.30124.814.1265.29
Hex9AB39CE0D1E7de41
Octal232263234160153617516101
Binary10011010101100111001110011100110111110111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,156); }

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

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

 a { background-color: rgb(154,179,156); }

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

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

 span { border-color: rgb(154,179,156); }

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