#9FA98E

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

Shades of Delta #9FA98E

Tints of Delta #9FA98E

Color information

#9FA98E (or 0x9FA98E) is unknown color: approx Delta. HEX triplet: 9F, A9 and 8E. RGB value is (159,169,142). Sum of RGB (Red+Green+Blue) = 159+169+142=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA98E is #605671. Grayscale: #A3A3A3. Windows color (decimal): -6313586 or 9349535. OLE color: 9349535.

HSL color Cylindrical-coordinate representation of color #9FA98E: hue angle of 82.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FA98E is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB159169142-
CMYK0.0600.160.34
HSL82.22º13.57%60.98%-
HSV(B)82.22º15.98%66.27%-
XYZ33.3737.731.11-
YUV162.93116.19125.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=33.83%
G=35.96%
B=30.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691420.0600.160.3482.2213.5760.98
Hex9FA98E60102252e3d
Octal2372512166020421221675
Binary10011111101010011000111011001000010001010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,142); }

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

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

 a { background-color: rgb(159,169,142); }

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

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

 span { border-color: rgb(159,169,142); }

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