Html Css Color HEX #9FA39E Mantle

📋 copy color: '#9FA39E'

red 159 ◦ green 163 ◦ blue 158

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

Shades of Mantle #9FA39E

Tints of Mantle #9FA39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.96%

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

R = 33.13%
G = 33.96%
B = 32.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#9FA39E (or 0x9FA39E) is known color: Mantle. HEX triplet: 9F, A3 and 9E. RGB value is (159,163,158). Sum of RGB (Red+Green+Blue) = 159+163+158=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA39E is #605C61. Grayscale: #A1A1A1. Windows color (decimal): -6315106 or 10396575. OLE color: 10396575.

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

Color convert

RGB 159 163 158 -
CMYK 0.02 0 0.03 0.36
HSL 108º 0.03% 0.63% -
HSV(B) 108º 0.03% 0.64% -
XYZ 33.57 36.03 37.53 -
YUV 161.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 159 163 158 0.02 0 0.03 0.36 108 0.03 0.63
Hex 9F A3 9E 2 0 3 24 6C 3 3F
Octal 237 243 236 2 0 3 44 154 3 77
Binary 10011111 10100011 10011110 10 0 11 100100 1101100 11 111111

Color Harmonies of #9FA39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA39E

Black with #9FA39E

Text Example


Text Example

White with #9FA39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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