Html Css Color HEX #9EA04F Green Smoke

📋 copy color: '#9EA04F'

red 158 ◦ green 160 ◦ blue 79

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

Shades of Green Smoke #9EA04F

Tints of Green Smoke #9EA04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 39.8%
G = 40.3%
B = 19.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#9EA04F (or 0x9EA04F) is known color: Green Smoke. HEX triplet: 9E, A0 and 4F. RGB value is (158,160,79). Sum of RGB (Red+Green+Blue) = 158+160+79=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA04F is #615FB0. Grayscale: #969696. Windows color (decimal): -6381489 or 5218462. OLE color: 5218462.

HSL color Cylindrical-coordinate representation of color #9EA04F: hue angle of 61.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EA04F is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 160 79 -
CMYK 0.01 0 0.51 0.37
HSL 61.48º 0.34% 0.47% -
HSV(B) 61.48º 0.51% 0.63% -
XYZ 28.08 32.98 12.28 -
YUV 150.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 158 160 79 0.01 0 0.51 0.37 61.48 0.34 0.47
Hex 9E A0 4F 1 0 33 25 3D 22 2F
Octal 236 240 117 1 0 63 45 75 42 57
Binary 10011110 10100000 1001111 1 0 110011 100101 111101 100010 101111

Color Harmonies of #9EA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA04F

Black with #9EA04F

Text Example


Text Example

White with #9EA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,79); }

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

background-color css

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

 a { background-color: rgb(158,160,79); }

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

border-color css

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

 span { border-color: rgb(158,160,79); }

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