Html Css Color HEX #9FA09E Delta

📋 copy color: '#9FA09E'

red 159 ◦ green 160 ◦ blue 158

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

Shades of Delta #9FA09E

Tints of Delta #9FA09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

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

R = 33.33%
G = 33.54%
B = 33.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#9FA09E (or 0x9FA09E) is known color: Delta. HEX triplet: 9F, A0 and 9E. RGB value is (159,160,158). Sum of RGB (Red+Green+Blue) = 159+160+158=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA09E is #605F61. Grayscale: #9F9F9F. Windows color (decimal): -6315874 or 10395807. OLE color: 10395807.

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

Color convert

RGB 159 160 158 -
CMYK 0.01 0 0.01 0.37
HSL 90º 0.01% 0.62% -
HSV(B) 90º 0.01% 0.63% -
XYZ 33.04 34.98 37.36 -
YUV 159.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 159 160 158 0.01 0 0.01 0.37 90 0.01 0.62
Hex 9F A0 9E 1 0 1 25 5A 1 3E
Octal 237 240 236 1 0 1 45 132 1 76
Binary 10011111 10100000 10011110 1 0 1 100101 1011010 1 111110

Color Harmonies of #9FA09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA09E

Black with #9FA09E

Text Example


Text Example

White with #9FA09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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