Html Css Color HEX #9EA48D Delta

📋 copy color: '#9EA48D'

red 158 ◦ green 164 ◦ blue 141

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

Shades of Delta #9EA48D

Tints of Delta #9EA48D

RGB

 RED value IS 158 (62.11% from 255) = 34.13%

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 34.13%
G = 35.42%
B = 30.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#9EA48D (or 0x9EA48D) is known color: Delta. HEX triplet: 9E, A4 and 8D. RGB value is (158,164,141). Sum of RGB (Red+Green+Blue) = 158+164+141=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA48D is #615B72. Grayscale: #9F9F9F. Windows color (decimal): -6380403 or 9282718. OLE color: 9282718.

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

Color convert

RGB 158 164 141 -
CMYK 0.04 0 0.14 0.36
HSL 75.65º 0.11% 0.6% -
HSV(B) 75.65º 0.14% 0.64% -
XYZ 32.18 35.74 30.4 -
YUV 159.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 158 164 141 0.04 0 0.14 0.36 75.65 0.11 0.6
Hex 9E A4 8D 4 0 E 24 4C B 3C
Octal 236 244 215 4 0 16 44 114 13 74
Binary 10011110 10100100 10001101 100 0 1110 100100 1001100 1011 111100

Color Harmonies of #9EA48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA48D

Black with #9EA48D

Text Example


Text Example

White with #9EA48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,141); }

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

background-color css

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

 a { background-color: rgb(158,164,141); }

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

border-color css

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

 span { border-color: rgb(158,164,141); }

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