Html Css Color HEX #9EAE9A Mantle

📋 copy color: '#9EAE9A'

red 158 ◦ green 174 ◦ blue 154

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

Shades of Mantle #9EAE9A

Tints of Mantle #9EAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 32.51%
G = 35.8%
B = 31.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#9EAE9A (or 0x9EAE9A) is known color: Mantle. HEX triplet: 9E, AE and 9A. RGB value is (158,174,154). Sum of RGB (Red+Green+Blue) = 158+174+154=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE9A is #615165. Grayscale: #A7A7A7. Windows color (decimal): -6377830 or 10137246. OLE color: 10137246.

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

Color convert

RGB 158 174 154 -
CMYK 0.09 0 0.11 0.32
HSL 108º 0.11% 0.64% -
HSV(B) 108º 0.11% 0.68% -
XYZ 35.07 39.87 36.42 -
YUV 166.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 158 174 154 0.09 0 0.11 0.32 108 0.11 0.64
Hex 9E AE 9A 9 0 B 20 6C B 40
Octal 236 256 232 11 0 13 40 154 13 100
Binary 10011110 10101110 10011010 1001 0 1011 100000 1101100 1011 1000000

Color Harmonies of #9EAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE9A

Black with #9EAE9A

Text Example


Text Example

White with #9EAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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