#9EAB70

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

Shades of Green Smoke #9EAB70

Tints of Green Smoke #9EAB70

Color information

#9EAB70 (or 0x9EAB70) is unknown color: approx Green Smoke. HEX triplet: 9E, AB and 70. RGB value is (158,171,112). Sum of RGB (Red+Green+Blue) = 158+171+112=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB70 is #61548F. Grayscale: #A0A0A0. Windows color (decimal): -6378640 or 7383966. OLE color: 7383966.

HSL color Cylindrical-coordinate representation of color #9EAB70: hue angle of 73.22º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EAB70 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB158171112-
CMYK0.0800.350.33
HSL73.22º25.99%55.49%-
HSV(B)73.22º34.5%67.06%-
XYZ31.5937.5620.92-
YUV160.39100.69126.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=35.83%
G=38.78%
B=25.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711120.0800.350.3373.2225.9955.49
Hex9EAB70802321491a37
Octal23625316010043411113267
Binary1001111010101011111000010000100011100001100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,112); }

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

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

 a { background-color: rgb(158,171,112); }

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

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

 span { border-color: rgb(158,171,112); }

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