Html Css Color HEX #9FAD9A Mantle

📋 copy color: '#9FAD9A'

red 159 ◦ green 173 ◦ blue 154

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

Shades of Mantle #9FAD9A

Tints of Mantle #9FAD9A

RGB

 RED value IS 159 (62.5% from 255) = 32.72%

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

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

R = 32.72%
G = 35.6%
B = 31.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#9FAD9A (or 0x9FAD9A) is known color: Mantle. HEX triplet: 9F, AD and 9A. RGB value is (159,173,154). Sum of RGB (Red+Green+Blue) = 159+173+154=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD9A is #605265. Grayscale: #A6A6A6. Windows color (decimal): -6312550 or 10136991. OLE color: 10136991.

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

Color convert

RGB 159 173 154 -
CMYK 0.08 0 0.11 0.32
HSL 104.21º 0.1% 0.64% -
HSV(B) 104.21º 0.11% 0.68% -
XYZ 35.07 39.59 36.37 -
YUV 166.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 159 173 154 0.08 0 0.11 0.32 104.21 0.1 0.64
Hex 9F AD 9A 8 0 B 20 68 A 40
Octal 237 255 232 10 0 13 40 150 12 100
Binary 10011111 10101101 10011010 1000 0 1011 100000 1101000 1010 1000000

Color Harmonies of #9FAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD9A

Black with #9FAD9A

Text Example


Text Example

White with #9FAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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