#9FA455

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

Shades of Green Smoke #9FA455

Tints of Green Smoke #9FA455

Color information

#9FA455 (or 0x9FA455) is unknown color: approx Green Smoke. HEX triplet: 9F, A4 and 55. RGB value is (159,164,85). Sum of RGB (Red+Green+Blue) = 159+164+85=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA455 is #605BAA. Grayscale: #999999. Windows color (decimal): -6314923 or 5612703. OLE color: 5612703.

HSL color Cylindrical-coordinate representation of color #9FA455: hue angle of 63.8º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FA455 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB15916485-
CMYK0.0300.480.36
HSL63.8º31.73%48.82%-
HSV(B)63.8º48.17%64.31%-
XYZ29.2134.5813.73-
YUV153.589.34131.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=38.97%
G=40.20%
B=20.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164850.0300.480.3663.831.7348.82
Hex9FA455303024402031
Octal2372441253060441004061
Binary100111111010010010101011101100001001001000000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,85); }

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

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

 a { background-color: rgb(159,164,85); }

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

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

 span { border-color: rgb(159,164,85); }

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