#8E9950

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

Shades of Green Smoke #8E9950

Tints of Green Smoke #8E9950

Color information

#8E9950 (or 0x8E9950) is unknown color: approx Green Smoke. HEX triplet: 8E, 99 and 50. RGB value is (142,153,80). Sum of RGB (Red+Green+Blue) = 142+153+80=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9950 is #7166AF. Grayscale: #8D8D8D. Windows color (decimal): -7431856 or 5282190. OLE color: 5282190.

HSL color Cylindrical-coordinate representation of color #8E9950: hue angle of 69.04º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E9950 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB14215380-
CMYK0.0700.480.4
HSL69.04º31.33%45.69%-
HSV(B)69.04º47.71%60%-
XYZ23.9929.1111.94-
YUV141.3993.36128.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=37.87%
G=40.8%
B=21.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153800.0700.480.469.0431.3345.69
Hex8E9950703028451f2e
Octal2162311207060501053756
Binary100011101001100110100001110110000101000100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9950; }

 p { color: rgb(142,153,80); }

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

<style>
 a { background-color: #8E9950; }

 a { background-color: rgb(142,153,80); }

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

<style>
 span { border-color: #8E9950; }

 span { border-color: rgb(142,153,80); }

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