Html Css Color HEX #9DA094 Delta

📋 copy color: '#9DA094'

red 157 ◦ green 160 ◦ blue 148

#9DA094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #9DA094

Tints of Delta #9DA094

RGB

 RED value IS 157 (61.72% from 255) = 33.76%

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 148 (58.2% from 255) = 31.83%

R = 33.76%
G = 34.41%
B = 31.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#9DA094 (or 0x9DA094) is known color: Delta. HEX triplet: 9D, A0 and 94. RGB value is (157,160,148). Sum of RGB (Red+Green+Blue) = 157+160+148=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA094 is #625F6B. Grayscale: #9D9D9D. Windows color (decimal): -6446956 or 9740445. OLE color: 9740445.

HSL color Cylindrical-coordinate representation of color #9DA094: hue angle of 75º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9DA094 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 148 -
CMYK 0.02 0 0.07 0.37
HSL 75º 0.06% 0.6% -
HSV(B) 75º 0.07% 0.63% -
XYZ 31.82 34.45 32.99 -
YUV 157.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 157 160 148 0.02 0 0.07 0.37 75 0.06 0.6
Hex 9D A0 94 2 0 7 25 4B 6 3C
Octal 235 240 224 2 0 7 45 113 6 74
Binary 10011101 10100000 10010100 10 0 111 100101 1001011 110 111100

Color Harmonies of #9DA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA094

Black with #9DA094

Text Example


Text Example

White with #9DA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,148); }

 H1.HeaderClassName
 {
   color: #9DA094;
 }
 .AnyTagClassName
 {
   color: #9DA094;
 }
</style>

background-color css

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

 a { background-color: rgb(157,160,148); }

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

border-color css

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

 span { border-color: rgb(157,160,148); }

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