Html Css Color HEX #9AAD94 Mantle

📋 copy color: '#9AAD94'

red 154 ◦ green 173 ◦ blue 148

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

Shades of Mantle #9AAD94

Tints of Mantle #9AAD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.42%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 32.42%
G = 36.42%
B = 31.16%

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

#9AAD94 (or 0x9AAD94) is known color: Mantle. HEX triplet: 9A, AD and 94. RGB value is (154,173,148). Sum of RGB (Red+Green+Blue) = 154+173+148=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAD94 is #65526B. Grayscale: #A4A4A4. Windows color (decimal): -6640236 or 9743770. OLE color: 9743770.

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

Color convert

RGB 154 173 148 -
CMYK 0.11 0 0.14 0.32
HSL 105.6º 0.13% 0.63% -
HSV(B) 105.6º 0.14% 0.68% -
XYZ 33.62 38.9 33.75 -
YUV 164.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 154 173 148 0.11 0 0.14 0.32 105.6 0.13 0.63
Hex 9A AD 94 B 0 E 20 6A D 3F
Octal 232 255 224 13 0 16 40 152 15 77
Binary 10011010 10101101 10010100 1011 0 1110 100000 1101010 1101 111111

Color Harmonies of #9AAD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD94

Black with #9AAD94

Text Example


Text Example

White with #9AAD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,173,148); }

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

background-color css

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

 a { background-color: rgb(154,173,148); }

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

border-color css

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

 span { border-color: rgb(154,173,148); }

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