#9FA35C

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

Shades of Green Smoke #9FA35C

Tints of Green Smoke #9FA35C

Color information

#9FA35C (or 0x9FA35C) is unknown color: approx Green Smoke. HEX triplet: 9F, A3 and 5C. RGB value is (159,163,92). Sum of RGB (Red+Green+Blue) = 159+163+92=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA35C is #605CA3. Grayscale: #999999. Windows color (decimal): -6315172 or 6071199. OLE color: 6071199.

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

Color convert

RGB15916392-
CMYK0.0200.440.36
HSL63.38º27.84%50%-
HSV(B)63.38º43.56%63.92%-
XYZ29.3334.3415.21-
YUV153.7193.17131.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=38.41%
G=39.37%
B=22.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159163920.0200.440.3663.3827.8450
Hex9FA35C202C243f1c32
Octal237243134205444773462
Binary1001111110100011101110010010110010010011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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