#9DAC9F

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

Shades of Edward #9DAC9F

Tints of Edward #9DAC9F

Color information

#9DAC9F (or 0x9DAC9F) is unknown color: approx Edward. HEX triplet: 9D, AC and 9F. RGB value is (157,172,159). Sum of RGB (Red+Green+Blue) = 157+172+159=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC9F is #625360. Grayscale: #A6A6A6. Windows color (decimal): -6443873 or 10464413. OLE color: 10464413.

HSL color Cylindrical-coordinate representation of color #9DAC9F: hue angle of 128º 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 #9DAC9F is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB157172159-
CMYK0.0900.080.33
HSL128º8.29%64.51%-
HSV(B)128º8.72%67.45%-
XYZ34.9239.1838.52-
YUV166.03124.03121.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=32.17%
G=35.25%
B=32.58%

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
Decimal1571721590.0900.080.331288.2964.51
Hex9DAC9F9082180841
Octal235254237110104120010101
Binary1001110110101100100111111001010001000011000000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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