#9FA17C

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

Shades of Locust #9FA17C

Tints of Locust #9FA17C

Color information

#9FA17C (or 0x9FA17C) is unknown color: approx Locust. HEX triplet: 9F, A1 and 7C. RGB value is (159,161,124). Sum of RGB (Red+Green+Blue) = 159+161+124=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA17C is #605E83. Grayscale: #9C9C9C. Windows color (decimal): -6315652 or 8167839. OLE color: 8167839.

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

Color convert

RGB159161124-
CMYK0.0100.230.37
HSL63.24º16.44%55.88%-
HSV(B)63.24º22.98%63.14%-
XYZ30.6834.3224.08-
YUV156.18109.84130.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=35.81%
G=36.26%
B=27.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611240.0100.230.3763.2416.4455.88
Hex9FA17C1017253f1038
Octal237241174102745772070
Binary10011111101000011111100101011110010111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,124); }

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

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

 a { background-color: rgb(159,161,124); }

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

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

 span { border-color: rgb(159,161,124); }

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