Html Css Color HEX #9EAA50 Green Smoke

📋 copy color: '#9EAA50'

red 158 ◦ green 170 ◦ blue 80

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

Shades of Green Smoke #9EAA50

Tints of Green Smoke #9EAA50

RGB

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

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

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

R = 38.73%
G = 41.67%
B = 19.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#9EAA50 (or 0x9EAA50) is known color: Green Smoke. HEX triplet: 9E, AA and 50. RGB value is (158,170,80). Sum of RGB (Red+Green+Blue) = 158+170+80=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA50 is #6155AF. Grayscale: #9C9C9C. Windows color (decimal): -6378928 or 5286558. OLE color: 5286558.

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

Color convert

RGB 158 170 80 -
CMYK 0.07 0 0.53 0.33
HSL 68º 0.36% 0.49% -
HSV(B) 68º 0.53% 0.67% -
XYZ 29.92 36.6 13.08 -
YUV 156.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 158 170 80 0.07 0 0.53 0.33 68 0.36 0.49
Hex 9E AA 50 7 0 35 21 44 24 31
Octal 236 252 120 7 0 65 41 104 44 61
Binary 10011110 10101010 1010000 111 0 110101 100001 1000100 100100 110001

Color Harmonies of #9EAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA50

Black with #9EAA50

Text Example


Text Example

White with #9EAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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