Html Css Color HEX #9EAC9D Mantle

📋 copy color: '#9EAC9D'

red 158 ◦ green 172 ◦ blue 157

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

Shades of Mantle #9EAC9D

Tints of Mantle #9EAC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

 BLUE value IS 157 (61.72% from 255) = 32.24%

R = 32.44%
G = 35.32%
B = 32.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9EAC9D (or 0x9EAC9D) is known color: Mantle. HEX triplet: 9E, AC and 9D. RGB value is (158,172,157). Sum of RGB (Red+Green+Blue) = 158+172+157=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC9D is #615362. Grayscale: #A6A6A6. Windows color (decimal): -6378339 or 10333342. OLE color: 10333342.

HSL color Cylindrical-coordinate representation of color #9EAC9D: hue angle of 116º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EAC9D is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 157 -
CMYK 0.08 0 0.09 0.33
HSL 116º 0.08% 0.65% -
HSV(B) 116º 0.09% 0.67% -
XYZ 34.94 39.21 37.62 -
YUV 166.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 158 172 157 0.08 0 0.09 0.33 116 0.08 0.65
Hex 9E AC 9D 8 0 9 21 74 8 41
Octal 236 254 235 10 0 11 41 164 10 101
Binary 10011110 10101100 10011101 1000 0 1001 100001 1110100 1000 1000001

Color Harmonies of #9EAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC9D

Black with #9EAC9D

Text Example


Text Example

White with #9EAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,157); }

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

background-color css

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

 a { background-color: rgb(158,172,157); }

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

border-color css

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

 span { border-color: rgb(158,172,157); }

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