#9EA460

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

Shades of Green Smoke #9EA460

Tints of Green Smoke #9EA460

Color information

#9EA460 (or 0x9EA460) is unknown color: approx Green Smoke. HEX triplet: 9E, A4 and 60. RGB value is (158,164,96). Sum of RGB (Red+Green+Blue) = 158+164+96=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA460 is #615B9F. Grayscale: #9A9A9A. Windows color (decimal): -6380448 or 6333598. OLE color: 6333598.

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

Color convert

RGB15816496-
CMYK0.0400.410.36
HSL65.29º27.2%50.98%-
HSV(B)65.29º41.46%64.31%-
XYZ29.4934.6616.2-
YUV154.4595.01130.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.80%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=37.80%
G=39.23%
B=22.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158164960.0400.410.3665.2927.250.98
Hex9EA460402924411b33
Octal2362441404051441013363
Binary100111101010010011000001000101001100100100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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