Html Css Color HEX #9EA84B Green Smoke

📋 copy color: '#9EA84B'

red 158 ◦ green 168 ◦ blue 75

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

Shades of Green Smoke #9EA84B

Tints of Green Smoke #9EA84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 39.4%
G = 41.9%
B = 18.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#9EA84B (or 0x9EA84B) is known color: Green Smoke. HEX triplet: 9E, A8 and 4B. RGB value is (158,168,75). Sum of RGB (Red+Green+Blue) = 158+168+75=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA84B is #6157B4. Grayscale: #9A9A9A. Windows color (decimal): -6379445 or 4958366. OLE color: 4958366.

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

Color convert

RGB 158 168 75 -
CMYK 0.06 0 0.55 0.34
HSL 66.45º 0.38% 0.48% -
HSV(B) 66.45º 0.55% 0.66% -
XYZ 29.37 35.78 12.02 -
YUV 154.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 158 168 75 0.06 0 0.55 0.34 66.45 0.38 0.48
Hex 9E A8 4B 6 0 37 22 42 26 30
Octal 236 250 113 6 0 67 42 102 46 60
Binary 10011110 10101000 1001011 110 0 110111 100010 1000010 100110 110000

Color Harmonies of #9EA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA84B

Black with #9EA84B

Text Example


Text Example

White with #9EA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,75); }

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

background-color css

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

 a { background-color: rgb(158,168,75); }

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

border-color css

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

 span { border-color: rgb(158,168,75); }

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