Html Css Color HEX #9EA164 Green Smoke

📋 copy color: '#9EA164'

red 158 ◦ green 161 ◦ blue 100

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

Shades of Green Smoke #9EA164

Tints of Green Smoke #9EA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 37.71%
G = 38.42%
B = 23.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#9EA164 (or 0x9EA164) is known color: Green Smoke. HEX triplet: 9E, A1 and 64. RGB value is (158,161,100). Sum of RGB (Red+Green+Blue) = 158+161+100=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA164 is #615E9B. Grayscale: #999999. Windows color (decimal): -6381212 or 6594974. OLE color: 6594974.

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

Color convert

RGB 158 161 100 -
CMYK 0.02 0 0.38 0.37
HSL 62.95º 0.24% 0.51% -
HSV(B) 62.95º 0.38% 0.63% -
XYZ 29.15 33.68 17.02 -
YUV 153.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 158 161 100 0.02 0 0.38 0.37 62.95 0.24 0.51
Hex 9E A1 64 2 0 26 25 3F 18 33
Octal 236 241 144 2 0 46 45 77 30 63
Binary 10011110 10100001 1100100 10 0 100110 100101 111111 11000 110011

Color Harmonies of #9EA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA164

Black with #9EA164

Text Example


Text Example

White with #9EA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,100); }

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

background-color css

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

 a { background-color: rgb(158,161,100); }

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

border-color css

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

 span { border-color: rgb(158,161,100); }

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