Html Css Color HEX #9EA45F Green Smoke

📋 copy color: '#9EA45F'

red 158 ◦ green 164 ◦ blue 95

#9EA45F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9EA45F

Tints of Green Smoke #9EA45F

RGB

 RED value IS 158 (62.11% from 255) = 37.89%

 GREEN value IS 164 (64.45% from 255) = 39.33%

 BLUE value IS 95 (37.5% from 255) = 22.78%

R = 37.89%
G = 39.33%
B = 22.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#9EA45F (or 0x9EA45F) is known color: Green Smoke. HEX triplet: 9E, A4 and 5F. RGB value is (158,164,95). Sum of RGB (Red+Green+Blue) = 158+164+95=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA45F is #615BA0. Grayscale: #9A9A9A. Windows color (decimal): -6380449 or 6268062. OLE color: 6268062.

HSL color Cylindrical-coordinate representation of color #9EA45F: hue angle of 65.22º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EA45F is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 95 -
CMYK 0.04 0 0.42 0.36
HSL 65.22º 0.27% 0.51% -
HSV(B) 65.22º 0.42% 0.64% -
XYZ 29.44 34.65 15.96 -
YUV 154.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 158 164 95 0.04 0 0.42 0.36 65.22 0.27 0.51
Hex 9E A4 5F 4 0 2A 24 41 1B 33
Octal 236 244 137 4 0 52 44 101 33 63
Binary 10011110 10100100 1011111 100 0 101010 100100 1000001 11011 110011

Color Harmonies of #9EA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA45F

Black with #9EA45F

Text Example


Text Example

White with #9EA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA45F;
 }
 .AnyTagClassName
 {
   color: #9EA45F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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