Html Css Color HEX #9EA98D Delta

📋 copy color: '#9EA98D'

red 158 ◦ green 169 ◦ blue 141

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

Shades of Delta #9EA98D

Tints of Delta #9EA98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.11%

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

R = 33.76%
G = 36.11%
B = 30.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#9EA98D (or 0x9EA98D) is known color: Delta. HEX triplet: 9E, A9 and 8D. RGB value is (158,169,141). Sum of RGB (Red+Green+Blue) = 158+169+141=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA98D is #615672. Grayscale: #A2A2A2. Windows color (decimal): -6379123 or 9283998. OLE color: 9283998.

HSL color Cylindrical-coordinate representation of color #9EA98D: hue angle of 83.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA98D is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 169 141 -
CMYK 0.07 0 0.17 0.34
HSL 83.57º 0.14% 0.61% -
HSV(B) 83.57º 0.17% 0.66% -
XYZ 33.1 37.57 30.71 -
YUV 162.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 158 169 141 0.07 0 0.17 0.34 83.57 0.14 0.61
Hex 9E A9 8D 7 0 11 22 54 E 3D
Octal 236 251 215 7 0 21 42 124 16 75
Binary 10011110 10101001 10001101 111 0 10001 100010 1010100 1110 111101

Color Harmonies of #9EA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA98D

Black with #9EA98D

Text Example


Text Example

White with #9EA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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