Html Css Color HEX #9EAC9B Mantle

📋 copy color: '#9EAC9B'

red 158 ◦ green 172 ◦ blue 155

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

Shades of Mantle #9EAC9B

Tints of Mantle #9EAC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 32.58%
G = 35.46%
B = 31.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#9EAC9B (or 0x9EAC9B) is known color: Mantle. HEX triplet: 9E, AC and 9B. RGB value is (158,172,155). Sum of RGB (Red+Green+Blue) = 158+172+155=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC9B is #615364. Grayscale: #A5A5A5. Windows color (decimal): -6378341 or 10202270. OLE color: 10202270.

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

Color convert

RGB 158 172 155 -
CMYK 0.08 0 0.10 0.33
HSL 109.41º 0.09% 0.64% -
HSV(B) 109.41º 0.1% 0.67% -
XYZ 34.77 39.14 36.73 -
YUV 165.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 158 172 155 0.08 0 0.10 0.33 109.41 0.09 0.64
Hex 9E AC 9B 8 0 A 21 6D 9 40
Octal 236 254 233 10 0 12 41 155 11 100
Binary 10011110 10101100 10011011 1000 0 1010 100001 1101101 1001 1000000

Color Harmonies of #9EAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC9B

Black with #9EAC9B

Text Example


Text Example

White with #9EAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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