#9FA39C

Color #9FA39C Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9FA39C

Tints of Delta #9FA39C

Color information

#9FA39C (or 0x9FA39C) is unknown color: approx Delta. HEX triplet: 9F, A3 and 9C. RGB value is (159,163,156). Sum of RGB (Red+Green+Blue) = 159+163+156=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA39C is #605C63. Grayscale: #A1A1A1. Windows color (decimal): -6315108 or 10265503. OLE color: 10265503.

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

Color convert

RGB159163156-
CMYK0.0200.040.36
HSL94.29º3.66%62.55%-
HSV(B)94.29º4.29%63.92%-
XYZ33.435.9736.63-
YUV161.01125.17126.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=33.26%
G=34.10%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591631560.0200.040.3694.293.6662.55
Hex9FA39C204245e43f
Octal23724323420444136477
Binary1001111110100011100111001001001001001011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA39C;
 }
 .AnyTagClassName
 {
   color: #9FA39C;
 }
</style>
background-color css

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

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

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

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

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

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