Html Css Color HEX #9EA350 Green Smoke

📋 copy color: '#9EA350'

red 158 ◦ green 163 ◦ blue 80

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

Shades of Green Smoke #9EA350

Tints of Green Smoke #9EA350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 39.4%
G = 40.65%
B = 19.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#9EA350 (or 0x9EA350) is known color: Green Smoke. HEX triplet: 9E, A3 and 50. RGB value is (158,163,80). Sum of RGB (Red+Green+Blue) = 158+163+80=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA350 is #615CAF. Grayscale: #989898. Windows color (decimal): -6380720 or 5284766. OLE color: 5284766.

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

Color convert

RGB 158 163 80 -
CMYK 0.03 0 0.51 0.36
HSL 63.61º 0.34% 0.48% -
HSV(B) 63.61º 0.51% 0.64% -
XYZ 28.65 34.04 12.65 -
YUV 152.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 158 163 80 0.03 0 0.51 0.36 63.61 0.34 0.48
Hex 9E A3 50 3 0 33 24 40 22 30
Octal 236 243 120 3 0 63 44 100 42 60
Binary 10011110 10100011 1010000 11 0 110011 100100 1000000 100010 110000

Color Harmonies of #9EA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA350

Black with #9EA350

Text Example


Text Example

White with #9EA350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,80); }

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

background-color css

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

 a { background-color: rgb(158,163,80); }

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

border-color css

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

 span { border-color: rgb(158,163,80); }

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