Html Css Color HEX #9EA48E Delta

📋 copy color: '#9EA48E'

red 158 ◦ green 164 ◦ blue 142

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

Shades of Delta #9EA48E

Tints of Delta #9EA48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 34.05%
G = 35.34%
B = 30.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#9EA48E (or 0x9EA48E) is known color: Delta. HEX triplet: 9E, A4 and 8E. RGB value is (158,164,142). Sum of RGB (Red+Green+Blue) = 158+164+142=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA48E is #615B71. Grayscale: #9F9F9F. Windows color (decimal): -6380402 or 9348254. OLE color: 9348254.

HSL color Cylindrical-coordinate representation of color #9EA48E: hue angle of 76.36º 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 #9EA48E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 142 -
CMYK 0.04 0 0.13 0.36
HSL 76.36º 0.11% 0.6% -
HSV(B) 76.36º 0.13% 0.64% -
XYZ 32.26 35.77 30.8 -
YUV 159.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 158 164 142 0.04 0 0.13 0.36 76.36 0.11 0.6
Hex 9E A4 8E 4 0 D 24 4C B 3C
Octal 236 244 216 4 0 15 44 114 13 74
Binary 10011110 10100100 10001110 100 0 1101 100100 1001100 1011 111100

Color Harmonies of #9EA48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA48E

Black with #9EA48E

Text Example


Text Example

White with #9EA48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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