Html Css Color HEX #9EA864 Green Smoke

📋 copy color: '#9EA864'

red 158 ◦ green 168 ◦ blue 100

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

Shades of Green Smoke #9EA864

Tints of Green Smoke #9EA864

RGB

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

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

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

R = 37.09%
G = 39.44%
B = 23.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#9EA864 (or 0x9EA864) is known color: Green Smoke. HEX triplet: 9E, A8 and 64. RGB value is (158,168,100). Sum of RGB (Red+Green+Blue) = 158+168+100=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA864 is #61579B. Grayscale: #9D9D9D. Windows color (decimal): -6379420 or 6596766. OLE color: 6596766.

HSL color Cylindrical-coordinate representation of color #9EA864: hue angle of 68.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EA864 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 168 100 -
CMYK 0.06 0 0.40 0.34
HSL 68.82º 0.28% 0.53% -
HSV(B) 68.82º 0.4% 0.66% -
XYZ 30.4 36.19 17.44 -
YUV 157.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 158 168 100 0.06 0 0.40 0.34 68.82 0.28 0.53
Hex 9E A8 64 6 0 28 22 45 1C 35
Octal 236 250 144 6 0 50 42 105 34 65
Binary 10011110 10101000 1100100 110 0 101000 100010 1000101 11100 110101

Color Harmonies of #9EA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA864

Black with #9EA864

Text Example


Text Example

White with #9EA864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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