#9EA95D

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

Shades of Green Smoke #9EA95D

Tints of Green Smoke #9EA95D

Color information

#9EA95D (or 0x9EA95D) is unknown color: approx Green Smoke. HEX triplet: 9E, A9 and 5D. RGB value is (158,169,93). Sum of RGB (Red+Green+Blue) = 158+169+93=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA95D is #6156A2. Grayscale: #9D9D9D. Windows color (decimal): -6379171 or 6138270. OLE color: 6138270.

HSL color Cylindrical-coordinate representation of color #9EA95D: hue angle of 68.68º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EA95D is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB15816993-
CMYK0.0700.450.34
HSL68.68º30.65%51.37%-
HSV(B)68.68º44.97%66.27%-
XYZ30.2636.4415.79-
YUV157.0591.86128.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=37.62%
G=40.24%
B=22.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal158169930.0700.450.3468.6830.6551.37
Hex9EA95D702D22451f33
Octal2362511357055421053763
Binary100111101010100110111011110101101100010100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,93); }

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

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

 a { background-color: rgb(158,169,93); }

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

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

 span { border-color: rgb(158,169,93); }

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