#9DA38F

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

Shades of Delta #9DA38F

Tints of Delta #9DA38F

Color information

#9DA38F (or 0x9DA38F) is unknown color: approx Delta. HEX triplet: 9D, A3 and 8F. RGB value is (157,163,143). Sum of RGB (Red+Green+Blue) = 157+163+143=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA38F is #625C70. Grayscale: #9F9F9F. Windows color (decimal): -6446193 or 9413533. OLE color: 9413533.

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

Color convert

RGB157163143-
CMYK0.0400.120.36
HSL78º9.8%60%-
HSV(B)78º12.27%63.92%-
XYZ31.9635.3531.12-
YUV158.93119.01126.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=33.91%
G=35.21%
B=30.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571631430.0400.120.36789.860
Hex9DA38F40C244ea3c
Octal2352432174014441161274
Binary1001110110100011100011111000110010010010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,163,143); }

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

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

 a { background-color: rgb(157,163,143); }

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

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

 span { border-color: rgb(157,163,143); }

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