#9EA950

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

Shades of Green Smoke #9EA950

Tints of Green Smoke #9EA950

Color information

#9EA950 (or 0x9EA950) is unknown color: approx Green Smoke. HEX triplet: 9E, A9 and 50. RGB value is (158,169,80). Sum of RGB (Red+Green+Blue) = 158+169+80=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA950 is #6156AF. Grayscale: #9B9B9B. Windows color (decimal): -6379184 or 5286302. OLE color: 5286302.

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

Color convert

RGB15816980-
CMYK0.0700.530.34
HSL67.42º35.74%48.82%-
HSV(B)67.42º52.66%66.27%-
XYZ29.7436.2213.01-
YUV155.5685.36129.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=38.82%
G=41.52%
B=19.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal158169800.0700.530.3467.4235.7448.82
Hex9EA950703522432431
Octal2362511207065421034461
Binary1001111010101001101000011101101011000101000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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