Html Css Color HEX #9EA165 Green Smoke

📋 copy color: '#9EA165'

red 158 ◦ green 161 ◦ blue 101

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

Shades of Green Smoke #9EA165

Tints of Green Smoke #9EA165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 37.62%
G = 38.33%
B = 24.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#9EA165 (or 0x9EA165) is known color: Green Smoke. HEX triplet: 9E, A1 and 65. RGB value is (158,161,101). Sum of RGB (Red+Green+Blue) = 158+161+101=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA165 is #615E9A. Grayscale: #999999. Windows color (decimal): -6381211 or 6660510. OLE color: 6660510.

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

Color convert

RGB 158 161 101 -
CMYK 0.02 0 0.37 0.37
HSL 63º 0.24% 0.51% -
HSV(B) 63º 0.37% 0.63% -
XYZ 29.19 33.7 17.28 -
YUV 153.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 158 161 101 0.02 0 0.37 0.37 63 0.24 0.51
Hex 9E A1 65 2 0 25 25 3F 18 33
Octal 236 241 145 2 0 45 45 77 30 63
Binary 10011110 10100001 1100101 10 0 100101 100101 111111 11000 110011

Color Harmonies of #9EA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA165

Black with #9EA165

Text Example


Text Example

White with #9EA165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,101); }

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

background-color css

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

 a { background-color: rgb(158,161,101); }

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

border-color css

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

 span { border-color: rgb(158,161,101); }

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