Html Css Color HEX #9EA268 Green Smoke

📋 copy color: '#9EA268'

red 158 ◦ green 162 ◦ blue 104

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

Shades of Green Smoke #9EA268

Tints of Green Smoke #9EA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 37.26%
G = 38.21%
B = 24.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#9EA268 (or 0x9EA268) is known color: Green Smoke. HEX triplet: 9E, A2 and 68. RGB value is (158,162,104). Sum of RGB (Red+Green+Blue) = 158+162+104=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA268 is #615D97. Grayscale: #9A9A9A. Windows color (decimal): -6380952 or 6857374. OLE color: 6857374.

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

Color convert

RGB 158 162 104 -
CMYK 0.02 0 0.36 0.36
HSL 64.14º 0.24% 0.52% -
HSV(B) 64.14º 0.36% 0.64% -
XYZ 29.52 34.11 18.12 -
YUV 154.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 158 162 104 0.02 0 0.36 0.36 64.14 0.24 0.52
Hex 9E A2 68 2 0 24 24 40 18 34
Octal 236 242 150 2 0 44 44 100 30 64
Binary 10011110 10100010 1101000 10 0 100100 100100 1000000 11000 110100

Color Harmonies of #9EA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA268

Black with #9EA268

Text Example


Text Example

White with #9EA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,162,104); }

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

background-color css

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

 a { background-color: rgb(158,162,104); }

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

border-color css

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

 span { border-color: rgb(158,162,104); }

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