#9EA465

Color #9EA465 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9EA465

Tints of Green Smoke #9EA465

Color information

#9EA465 (or 0x9EA465) is unknown color: approx Green Smoke. HEX triplet: 9E, A4 and 65. RGB value is (158,164,101). Sum of RGB (Red+Green+Blue) = 158+164+101=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA465 is #615B9A. Grayscale: #9B9B9B. Windows color (decimal): -6380443 or 6661278. OLE color: 6661278.

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

Color convert

RGB158164101-
CMYK0.0400.380.36
HSL65.71º25.71%51.96%-
HSV(B)65.71º38.41%64.31%-
XYZ29.7234.7617.45-
YUV155.0297.51130.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=37.35%
G=38.77%
B=23.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641010.0400.380.3665.7125.7151.96
Hex9EA465402624421a34
Octal2362441454046441023264
Binary100111101010010011001011000100110100100100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA465;
 }
 .AnyTagClassName
 {
   color: #9EA465;
 }
</style>
background-color css

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

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

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

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

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

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