#9EAE70

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

Shades of Green Smoke #9EAE70

Tints of Green Smoke #9EAE70

Color information

#9EAE70 (or 0x9EAE70) is unknown color: approx Green Smoke. HEX triplet: 9E, AE and 70. RGB value is (158,174,112). Sum of RGB (Red+Green+Blue) = 158+174+112=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAE70 is #61518F. Grayscale: #A2A2A2. Windows color (decimal): -6377872 or 7384734. OLE color: 7384734.

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

Color convert

RGB158174112-
CMYK0.0900.360.32
HSL75.48º27.68%56.08%-
HSV(B)75.48º35.63%68.24%-
XYZ32.1638.7121.11-
YUV162.1599.7125.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=35.59%
G=39.19%
B=25.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741120.0900.360.3275.4827.6856.08
Hex9EAE709024204b1c38
Octal23625616011044401133470
Binary1001111010101110111000010010100100100000100101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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