Html Css Color HEX #9EAE96 Mantle

📋 copy color: '#9EAE96'

red 158 ◦ green 174 ◦ blue 150

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

Shades of Mantle #9EAE96

Tints of Mantle #9EAE96

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 32.78%
G = 36.1%
B = 31.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#9EAE96 (or 0x9EAE96) is known color: Mantle. HEX triplet: 9E, AE and 96. RGB value is (158,174,150). Sum of RGB (Red+Green+Blue) = 158+174+150=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE96 is #615169. Grayscale: #A6A6A6. Windows color (decimal): -6377834 or 9875102. OLE color: 9875102.

HSL color Cylindrical-coordinate representation of color #9EAE96: hue angle of 100º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAE96 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 174 150 -
CMYK 0.09 0 0.14 0.32
HSL 100º 0.13% 0.64% -
HSV(B) 100º 0.14% 0.68% -
XYZ 34.74 39.74 34.69 -
YUV 166.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 158 174 150 0.09 0 0.14 0.32 100 0.13 0.64
Hex 9E AE 96 9 0 E 20 64 D 40
Octal 236 256 226 11 0 16 40 144 15 100
Binary 10011110 10101110 10010110 1001 0 1110 100000 1100100 1101 1000000

Color Harmonies of #9EAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE96

Black with #9EAE96

Text Example


Text Example

White with #9EAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,150); }

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

background-color css

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

 a { background-color: rgb(158,174,150); }

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

border-color css

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

 span { border-color: rgb(158,174,150); }

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