#9EB05F

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

Shades of Green Smoke #9EB05F

Tints of Green Smoke #9EB05F

Color information

#9EB05F (or 0x9EB05F) is unknown color: approx Green Smoke. HEX triplet: 9E, B0 and 5F. RGB value is (158,176,95). Sum of RGB (Red+Green+Blue) = 158+176+95=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EB05F is #614FA0. Grayscale: #A1A1A1. Windows color (decimal): -6377377 or 6271134. OLE color: 6271134.

HSL color Cylindrical-coordinate representation of color #9EB05F: hue angle of 73.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EB05F is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB15817695-
CMYK0.1000.460.31
HSL73.33º33.89%53.14%-
HSV(B)73.33º46.02%69.02%-
XYZ31.6939.1516.71-
YUV161.3890.54125.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=36.83%
G=41.03%
B=22.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158176950.1000.460.3173.3333.8953.14
Hex9EB05FA02E1F492235
Octal23626013712056371114265
Binary1001111010110000101111110100101110111111001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,95); }

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

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

 a { background-color: rgb(158,176,95); }

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

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

 span { border-color: rgb(158,176,95); }

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