#9FA650

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

Shades of Green Smoke #9FA650

Tints of Green Smoke #9FA650

Color information

#9FA650 (or 0x9FA650) is unknown color: approx Green Smoke. HEX triplet: 9F, A6 and 50. RGB value is (159,166,80). Sum of RGB (Red+Green+Blue) = 159+166+80=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA650 is #6059AF. Grayscale: #9A9A9A. Windows color (decimal): -6314416 or 5285535. OLE color: 5285535.

HSL color Cylindrical-coordinate representation of color #9FA650: hue angle of 64.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FA650 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB15916680-
CMYK0.0400.520.35
HSL64.88º34.96%48.24%-
HSV(B)64.88º51.81%65.1%-
XYZ29.3835.2212.84-
YUV154.186.18131.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=39.26%
G=40.99%
B=19.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159166800.0400.520.3564.8834.9648.24
Hex9FA650403423412330
Octal2372461204064431014360
Binary1001111110100110101000010001101001000111000001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,80); }

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

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

 a { background-color: rgb(159,166,80); }

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

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

 span { border-color: rgb(159,166,80); }

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