Html Css Color HEX #9FAB9A Mantle

📋 copy color: '#9FAB9A'

red 159 ◦ green 171 ◦ blue 154

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

Shades of Mantle #9FAB9A

Tints of Mantle #9FAB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 32.85%
G = 35.33%
B = 31.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#9FAB9A (or 0x9FAB9A) is known color: Mantle. HEX triplet: 9F, AB and 9A. RGB value is (159,171,154). Sum of RGB (Red+Green+Blue) = 159+171+154=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB9A is #605465. Grayscale: #A5A5A5. Windows color (decimal): -6313062 or 10136479. OLE color: 10136479.

HSL color Cylindrical-coordinate representation of color #9FAB9A: hue angle of 102.35º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FAB9A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 154 -
CMYK 0.07 0 0.10 0.33
HSL 102.35º 0.09% 0.64% -
HSV(B) 102.35º 0.1% 0.67% -
XYZ 34.69 38.83 36.24 -
YUV 165.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 159 171 154 0.07 0 0.10 0.33 102.35 0.09 0.64
Hex 9F AB 9A 7 0 A 21 66 9 40
Octal 237 253 232 7 0 12 41 146 11 100
Binary 10011111 10101011 10011010 111 0 1010 100001 1100110 1001 1000000

Color Harmonies of #9FAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB9A

Black with #9FAB9A

Text Example


Text Example

White with #9FAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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