Html Css Color HEX #9EA08C Lemon Grass

📋 copy color: '#9EA08C'

red 158 ◦ green 160 ◦ blue 140

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

Shades of Lemon Grass #9EA08C

Tints of Lemon Grass #9EA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 34.5%
G = 34.93%
B = 30.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#9EA08C (or 0x9EA08C) is known color: Lemon Grass. HEX triplet: 9E, A0 and 8C. RGB value is (158,160,140). Sum of RGB (Red+Green+Blue) = 158+160+140=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA08C is #615F73. Grayscale: #9D9D9D. Windows color (decimal): -6381428 or 9216158. OLE color: 9216158.

HSL color Cylindrical-coordinate representation of color #9EA08C: hue angle of 66º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA08C is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 160 140 -
CMYK 0.01 0 0.12 0.37
HSL 66º 0.1% 0.59% -
HSV(B) 66º 0.13% 0.63% -
XYZ 31.4 34.3 29.78 -
YUV 157.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 158 160 140 0.01 0 0.12 0.37 66 0.1 0.59
Hex 9E A0 8C 1 0 C 25 42 A 3B
Octal 236 240 214 1 0 14 45 102 12 73
Binary 10011110 10100000 10001100 1 0 1100 100101 1000010 1010 111011

Color Harmonies of #9EA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA08C

Black with #9EA08C

Text Example


Text Example

White with #9EA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,140); }

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

background-color css

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

 a { background-color: rgb(158,160,140); }

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

border-color css

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

 span { border-color: rgb(158,160,140); }

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