#9DA48E

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

Shades of Delta #9DA48E

Tints of Delta #9DA48E

Color information

#9DA48E (or 0x9DA48E) is unknown color: approx Delta. HEX triplet: 9D, A4 and 8E. RGB value is (157,164,142). Sum of RGB (Red+Green+Blue) = 157+164+142=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA48E is #625B71. Grayscale: #9F9F9F. Windows color (decimal): -6445938 or 9348253. OLE color: 9348253.

HSL color Cylindrical-coordinate representation of color #9DA48E: hue angle of 79.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DA48E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB157164142-
CMYK0.0400.130.36
HSL79.09º10.78%60%-
HSV(B)79.09º13.41%64.31%-
XYZ32.0635.6730.79-
YUV159.4118.18126.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=33.91%
G=35.42%
B=30.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641420.0400.130.3679.0910.7860
Hex9DA48E40D244fb3c
Octal2352442164015441171374
Binary1001110110100100100011101000110110010010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,164,142); }

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

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

 a { background-color: rgb(157,164,142); }

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

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

 span { border-color: rgb(157,164,142); }

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