Html Css Color HEX #9EA464 Green Smoke

📋 copy color: '#9EA464'

red 158 ◦ green 164 ◦ blue 100

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

Shades of Green Smoke #9EA464

Tints of Green Smoke #9EA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 37.44%
G = 38.86%
B = 23.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#9EA464 (or 0x9EA464) is known color: Green Smoke. HEX triplet: 9E, A4 and 64. RGB value is (158,164,100). Sum of RGB (Red+Green+Blue) = 158+164+100=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA464 is #615B9B. Grayscale: #9B9B9B. Windows color (decimal): -6380444 or 6595742. OLE color: 6595742.

HSL color Cylindrical-coordinate representation of color #9EA464: hue angle of 65.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EA464 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 100 -
CMYK 0.04 0 0.39 0.36
HSL 65.63º 0.26% 0.52% -
HSV(B) 65.63º 0.39% 0.64% -
XYZ 29.68 34.74 17.2 -
YUV 154.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 158 164 100 0.04 0 0.39 0.36 65.63 0.26 0.52
Hex 9E A4 64 4 0 27 24 42 1A 34
Octal 236 244 144 4 0 47 44 102 32 64
Binary 10011110 10100100 1100100 100 0 100111 100100 1000010 11010 110100

Color Harmonies of #9EA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA464

Black with #9EA464

Text Example


Text Example

White with #9EA464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,100); }

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

background-color css

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

 a { background-color: rgb(158,164,100); }

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

border-color css

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

 span { border-color: rgb(158,164,100); }

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