Html Css Color HEX #9EA59F Edward

📋 copy color: '#9EA59F'

red 158 ◦ green 165 ◦ blue 159

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

Shades of Edward #9EA59F

Tints of Edward #9EA59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 32.78%
G = 34.23%
B = 32.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#9EA59F (or 0x9EA59F) is known color: Edward. HEX triplet: 9E, A5 and 9F. RGB value is (158,165,159). Sum of RGB (Red+Green+Blue) = 158+165+159=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA59F is #615A60. Grayscale: #A2A2A2. Windows color (decimal): -6380129 or 10462622. OLE color: 10462622.

HSL color Cylindrical-coordinate representation of color #9EA59F: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA59F is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 159 -
CMYK 0.04 0 0.04 0.35
HSL 128.57º 0.04% 0.63% -
HSV(B) 128.57º 0.04% 0.65% -
XYZ 33.81 36.68 38.1 -
YUV 162.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 158 165 159 0.04 0 0.04 0.35 128.57 0.04 0.63
Hex 9E A5 9F 4 0 4 23 81 4 3F
Octal 236 245 237 4 0 4 43 201 4 77
Binary 10011110 10100101 10011111 100 0 100 100011 10000001 100 111111

Color Harmonies of #9EA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA59F

Black with #9EA59F

Text Example


Text Example

White with #9EA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,159); }

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

background-color css

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

 a { background-color: rgb(158,165,159); }

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

border-color css

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

 span { border-color: rgb(158,165,159); }

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