Html Css Color HEX #9FAD9F Mantle

📋 copy color: '#9FAD9F'

red 159 ◦ green 173 ◦ blue 159

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

Shades of Mantle #9FAD9F

Tints of Mantle #9FAD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 32.38%
G = 35.23%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#9FAD9F (or 0x9FAD9F) is known color: Mantle. HEX triplet: 9F, AD and 9F. RGB value is (159,173,159). Sum of RGB (Red+Green+Blue) = 159+173+159=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD9F is #605260. Grayscale: #A7A7A7. Windows color (decimal): -6312545 or 10464671. OLE color: 10464671.

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

Color convert

RGB 159 173 159 -
CMYK 0.08 0 0.08 0.32
HSL 120º 0.08% 0.65% -
HSV(B) 120º 0.08% 0.68% -
XYZ 35.5 39.76 38.6 -
YUV 167.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 159 173 159 0.08 0 0.08 0.32 120 0.08 0.65
Hex 9F AD 9F 8 0 8 20 78 8 41
Octal 237 255 237 10 0 10 40 170 10 101
Binary 10011111 10101101 10011111 1000 0 1000 100000 1111000 1000 1000001

Color Harmonies of #9FAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD9F

Black with #9FAD9F

Text Example


Text Example

White with #9FAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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