#9DAC9E

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

Shades of Edward #9DAC9E

Tints of Edward #9DAC9E

Color information

#9DAC9E (or 0x9DAC9E) is unknown color: approx Edward. HEX triplet: 9D, AC and 9E. RGB value is (157,172,158). Sum of RGB (Red+Green+Blue) = 157+172+158=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC9E is #625361. Grayscale: #A5A5A5. Windows color (decimal): -6443874 or 10398877. OLE color: 10398877.

HSL color Cylindrical-coordinate representation of color #9DAC9E: hue angle of 124º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DAC9E is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB157172158-
CMYK0.0900.080.33
HSL124º8.29%64.51%-
HSV(B)124º8.72%67.45%-
XYZ34.8339.1438.07-
YUV165.92123.53121.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=32.24%
G=35.32%
B=32.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721580.0900.080.331248.2964.51
Hex9DAC9E908217c841
Octal235254236110104117410101
Binary100111011010110010011110100101000100001111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,158); }

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

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

 a { background-color: rgb(157,172,158); }

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

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

 span { border-color: rgb(157,172,158); }

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