Html Css Color HEX #9FA29E Mantle

📋 copy color: '#9FA29E'

red 159 ◦ green 162 ◦ blue 158

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

Shades of Mantle #9FA29E

Tints of Mantle #9FA29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.82%

 BLUE value IS 158 (62.11% from 255) = 32.99%

R = 33.19%
G = 33.82%
B = 32.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#9FA29E (or 0x9FA29E) is known color: Mantle. HEX triplet: 9F, A2 and 9E. RGB value is (159,162,158). Sum of RGB (Red+Green+Blue) = 159+162+158=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA29E is #605D61. Grayscale: #A0A0A0. Windows color (decimal): -6315362 or 10396319. OLE color: 10396319.

HSL color Cylindrical-coordinate representation of color #9FA29E: hue angle of 105º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA29E is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 158 -
CMYK 0.02 0 0.02 0.36
HSL 105º 0.02% 0.63% -
HSV(B) 105º 0.02% 0.64% -
XYZ 33.39 35.68 37.47 -
YUV 160.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 159 162 158 0.02 0 0.02 0.36 105 0.02 0.63
Hex 9F A2 9E 2 0 2 24 69 2 3F
Octal 237 242 236 2 0 2 44 151 2 77
Binary 10011111 10100010 10011110 10 0 10 100100 1101001 10 111111

Color Harmonies of #9FA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA29E

Black with #9FA29E

Text Example


Text Example

White with #9FA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,158); }

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

background-color css

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

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

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

border-color css

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

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

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