Html Css Color HEX #9EA25F Green Smoke

📋 copy color: '#9EA25F'

red 158 ◦ green 162 ◦ blue 95

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

Shades of Green Smoke #9EA25F

Tints of Green Smoke #9EA25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 38.07%
G = 39.04%
B = 22.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#9EA25F (or 0x9EA25F) is known color: Green Smoke. HEX triplet: 9E, A2 and 5F. RGB value is (158,162,95). Sum of RGB (Red+Green+Blue) = 158+162+95=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA25F is #615DA0. Grayscale: #999999. Windows color (decimal): -6380961 or 6267550. OLE color: 6267550.

HSL color Cylindrical-coordinate representation of color #9EA25F: hue angle of 63.58º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EA25F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 95 -
CMYK 0.02 0 0.41 0.36
HSL 63.58º 0.26% 0.5% -
HSV(B) 63.58º 0.41% 0.64% -
XYZ 29.09 33.94 15.84 -
YUV 153.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 158 162 95 0.02 0 0.41 0.36 63.58 0.26 0.5
Hex 9E A2 5F 2 0 29 24 40 1A 32
Octal 236 242 137 2 0 51 44 100 32 62
Binary 10011110 10100010 1011111 10 0 101001 100100 1000000 11010 110010

Color Harmonies of #9EA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA25F

Black with #9EA25F

Text Example


Text Example

White with #9EA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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