#9EAD5F

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

Shades of Green Smoke #9EAD5F

Tints of Green Smoke #9EAD5F

Color information

#9EAD5F (or 0x9EAD5F) is unknown color: approx Green Smoke. HEX triplet: 9E, AD and 5F. RGB value is (158,173,95). Sum of RGB (Red+Green+Blue) = 158+173+95=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAD5F is #6152A0. Grayscale: #9F9F9F. Windows color (decimal): -6378145 or 6270366. OLE color: 6270366.

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

Color convert

RGB15817395-
CMYK0.0900.450.32
HSL71.54º32.23%52.55%-
HSV(B)71.54º45.09%67.84%-
XYZ31.1137.9816.52-
YUV159.6291.53126.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=37.09%
G=40.61%
B=22.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158173950.0900.450.3271.5432.2352.55
Hex9EAD5F902D20482035
Octal23625513711055401104065
Binary10011110101011011011111100101011011000001001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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