#9EAD50

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

Shades of Green Smoke #9EAD50

Tints of Green Smoke #9EAD50

Color information

#9EAD50 (or 0x9EAD50) is unknown color: approx Green Smoke. HEX triplet: 9E, AD and 50. RGB value is (158,173,80). Sum of RGB (Red+Green+Blue) = 158+173+80=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAD50 is #6152AF. Grayscale: #9E9E9E. Windows color (decimal): -6378160 or 5287326. OLE color: 5287326.

HSL color Cylindrical-coordinate representation of color #9EAD50: hue angle of 69.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EAD50 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB15817380-
CMYK0.0900.540.32
HSL69.68º36.76%49.61%-
HSV(B)69.68º53.76%67.84%-
XYZ30.4937.7413.27-
YUV157.9184.03128.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=38.44%
G=42.09%
B=19.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158173800.0900.540.3269.6836.7649.61
Hex9EAD50903620462532
Octal23625512011066401064562
Binary10011110101011011010000100101101101000001000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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