Html Css Color HEX #9EA970 Green Smoke

📋 copy color: '#9EA970'

red 158 ◦ green 169 ◦ blue 112

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

Shades of Green Smoke #9EA970

Tints of Green Smoke #9EA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 35.99%
G = 38.5%
B = 25.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#9EA970 (or 0x9EA970) is known color: Green Smoke. HEX triplet: 9E, A9 and 70. RGB value is (158,169,112). Sum of RGB (Red+Green+Blue) = 158+169+112=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA970 is #61568F. Grayscale: #9F9F9F. Windows color (decimal): -6379152 or 7383454. OLE color: 7383454.

HSL color Cylindrical-coordinate representation of color #9EA970: hue angle of 71.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA970 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 169 112 -
CMYK 0.07 0 0.34 0.34
HSL 71.58º 0.25% 0.55% -
HSV(B) 71.58º 0.34% 0.66% -
XYZ 31.21 36.81 20.79 -
YUV 159.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 158 169 112 0.07 0 0.34 0.34 71.58 0.25 0.55
Hex 9E A9 70 7 0 22 22 48 19 37
Octal 236 251 160 7 0 42 42 110 31 67
Binary 10011110 10101001 1110000 111 0 100010 100010 1001000 11001 110111

Color Harmonies of #9EA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA970

Black with #9EA970

Text Example


Text Example

White with #9EA970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,169,112); }

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

background-color css

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

 a { background-color: rgb(158,169,112); }

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

border-color css

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

 span { border-color: rgb(158,169,112); }

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