Html Css Color HEX #9AAE96 Mantle

📋 copy color: '#9AAE96'

red 154 ◦ green 174 ◦ blue 150

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

Shades of Mantle #9AAE96

Tints of Mantle #9AAE96

RGB

 RED value IS 154 (60.55% from 255) = 32.22%

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

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

R = 32.22%
G = 36.4%
B = 31.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#9AAE96 (or 0x9AAE96) is known color: Mantle. HEX triplet: 9A, AE and 96. RGB value is (154,174,150). Sum of RGB (Red+Green+Blue) = 154+174+150=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE96 is #655169. Grayscale: #A5A5A5. Windows color (decimal): -6639978 or 9875098. OLE color: 9875098.

HSL color Cylindrical-coordinate representation of color #9AAE96: hue angle of 110º 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 #9AAE96 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 174 150 -
CMYK 0.11 0 0.14 0.32
HSL 110º 0.13% 0.64% -
HSV(B) 110º 0.14% 0.68% -
XYZ 33.97 39.34 34.66 -
YUV 165.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 154 174 150 0.11 0 0.14 0.32 110 0.13 0.64
Hex 9A AE 96 B 0 E 20 6E D 40
Octal 232 256 226 13 0 16 40 156 15 100
Binary 10011010 10101110 10010110 1011 0 1110 100000 1101110 1101 1000000

Color Harmonies of #9AAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAE96

Black with #9AAE96

Text Example


Text Example

White with #9AAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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