#9EA45A

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

Shades of Green Smoke #9EA45A

Tints of Green Smoke #9EA45A

Color information

#9EA45A (or 0x9EA45A) is unknown color: approx Green Smoke. HEX triplet: 9E, A4 and 5A. RGB value is (158,164,90). Sum of RGB (Red+Green+Blue) = 158+164+90=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA45A is #615BA5. Grayscale: #9A9A9A. Windows color (decimal): -6380454 or 5940382. OLE color: 5940382.

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

Color convert

RGB15816490-
CMYK0.0400.450.36
HSL64.86º29.13%49.8%-
HSV(B)64.86º45.12%64.31%-
XYZ29.2234.5614.8-
YUV153.7792.01131.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.35%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=38.35%
G=39.81%
B=21.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158164900.0400.450.3664.8629.1349.8
Hex9EA45A402D24411d32
Octal2362441324055441013562
Binary100111101010010010110101000101101100100100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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