Html Css Color HEX #9EAA5F Green Smoke

📋 copy color: '#9EAA5F'

red 158 ◦ green 170 ◦ blue 95

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

Shades of Green Smoke #9EAA5F

Tints of Green Smoke #9EAA5F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.19%

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

R = 37.35%
G = 40.19%
B = 22.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#9EAA5F (or 0x9EAA5F) is known color: Green Smoke. HEX triplet: 9E, AA and 5F. RGB value is (158,170,95). Sum of RGB (Red+Green+Blue) = 158+170+95=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA5F is #6155A0. Grayscale: #9E9E9E. Windows color (decimal): -6378913 or 6269598. OLE color: 6269598.

HSL color Cylindrical-coordinate representation of color #9EAA5F: hue angle of 69.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EAA5F is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 95 -
CMYK 0.07 0 0.44 0.33
HSL 69.6º 0.31% 0.52% -
HSV(B) 69.6º 0.44% 0.67% -
XYZ 30.54 36.84 16.33 -
YUV 157.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 158 170 95 0.07 0 0.44 0.33 69.6 0.31 0.52
Hex 9E AA 5F 7 0 2C 21 46 1F 34
Octal 236 252 137 7 0 54 41 106 37 64
Binary 10011110 10101010 1011111 111 0 101100 100001 1000110 11111 110100

Color Harmonies of #9EAA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA5F

Black with #9EAA5F

Text Example


Text Example

White with #9EAA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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