#9EA04E

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

Shades of Green Smoke #9EA04E

Tints of Green Smoke #9EA04E

Color information

#9EA04E (or 0x9EA04E) is unknown color: approx Green Smoke. HEX triplet: 9E, A0 and 4E. RGB value is (158,160,78). Sum of RGB (Red+Green+Blue) = 158+160+78=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA04E is #615FB1. Grayscale: #969696. Windows color (decimal): -6381490 or 5152926. OLE color: 5152926.

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

Color convert

RGB15816078-
CMYK0.0100.510.37
HSL61.46º34.45%46.67%-
HSV(B)61.46º51.25%62.75%-
XYZ28.0532.9612.09-
YUV150.0587.34133.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=39.90%
G=40.40%
B=19.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158160780.0100.510.3761.4634.4546.67
Hex9EA04E1033253d222f
Octal236240116106345754257
Binary1001111010100000100111010110011100101111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,160,78); }

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

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

 a { background-color: rgb(158,160,78); }

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

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

 span { border-color: rgb(158,160,78); }

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