#9DA58E

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

Shades of Delta #9DA58E

Tints of Delta #9DA58E

Color information

#9DA58E (or 0x9DA58E) is unknown color: approx Delta. HEX triplet: 9D, A5 and 8E. RGB value is (157,165,142). Sum of RGB (Red+Green+Blue) = 157+165+142=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA58E is #625A71. Grayscale: #A0A0A0. Windows color (decimal): -6445682 or 9348509. OLE color: 9348509.

HSL color Cylindrical-coordinate representation of color #9DA58E: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA58E is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB157165142-
CMYK0.0500.140.35
HSL80.87º11.33%60.2%-
HSV(B)80.87º13.94%64.71%-
XYZ32.2436.0330.85-
YUV159.99117.85125.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=33.84%
G=35.56%
B=30.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571651420.0500.140.3580.8711.3360.2
Hex9DA58E50E2351b3c
Octal2352452165016431211374
Binary1001110110100101100011101010111010001110100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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